Skip to content

Commit c8f6e49

Browse files
author
Ilja Lapkovskis
committed
Fix config apply order, when DB/config is not initialized
1 parent 994a45a commit c8f6e49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy/start.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,14 @@ composer_install
271271
magento_flush_config
272272
# Setting magento database credentials
273273
magento_database_config
274+
# Configuring Magento to use Varnish as HTTP cache
275+
magento_varnish_config
276+
# Configuring Magento to use Redis for session and config storage
277+
magento_redis_config
274278
# Executing Magento install or migration
275279
magento_database_migration
276280
# Create admin user if not exists
277281
create_admin_user
278-
# Configuring Magento to use Redis for session and config storage
279-
magento_redis_config
280-
# Configuring Magento to use Varnish as HTTP cache
281-
magento_varnish_config
282282

283283
# Set magento mode
284284
magento_set_mode

0 commit comments

Comments
 (0)