Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-301: Fixed manual cache clearing - merge up #52

Merged
merged 3 commits into from
Aug 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
set -e

#date
echo "removing var/cache/${APP_ENV-dev}/*.* to avoid Symfony container issues on interface changes"
rm -Rf var/cache/${APP_ENV-dev}/*.*
echo "removing var/cache/${APP_ENV-dev}/* to avoid Symfony container issues on interface changes"
rm -Rf var/cache/${APP_ENV-dev}/*
#date
echo "clearing application cache"
php bin/console cache:clear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
set -e

#date
echo "removing var/cache/${APP_ENV-dev}/*.* to avoid Symfony container issues on interface changes"
rm -Rf var/cache/${APP_ENV-dev}/*.*
echo "removing var/cache/${APP_ENV-dev}/* to avoid Symfony container issues on interface changes"
rm -Rf var/cache/${APP_ENV-dev}/*
#date
echo "clearing application cache"
php bin/console cache:clear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
set -e

#date
echo "removing var/cache/${APP_ENV-dev}/*.* to avoid Symfony container issues on interface changes"
rm -Rf var/cache/${APP_ENV-dev}/*.*
echo "removing var/cache/${APP_ENV-dev}/* to avoid Symfony container issues on interface changes"
rm -Rf var/cache/${APP_ENV-dev}/*
#date
echo "clearing application cache"
php bin/console cache:clear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
set -e

#date
echo "removing var/cache/${APP_ENV-dev}/*.* to avoid Symfony container issues on interface changes"
rm -Rf var/cache/${APP_ENV-dev}/*.*
echo "removing var/cache/${APP_ENV-dev}/* to avoid Symfony container issues on interface changes"
rm -Rf var/cache/${APP_ENV-dev}/*
#date
echo "clearing application cache"
php bin/console cache:clear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ hooks:

# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ hooks:

# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ hooks:

# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ hooks:

# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ hooks:

# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ hooks:

# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ hooks:

# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ hooks:

# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ hooks:

# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ hooks:

# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ hooks:

# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ hooks:

# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ hooks:
if [ ! -f public/var/.platform.installed ]; then
# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ hooks:
if [ ! -f public/var/.platform.installed ]; then
# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
2 changes: 1 addition & 1 deletion resources/platformsh/ibexa-oss/4.2.0/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ hooks:
if [ ! -f public/var/.platform.installed ]; then
# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ hooks:
if [ ! -f public/var/.platform.installed ]; then
# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
Expand Down