You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the current order of commands during a deploy doesn't (fully) import the configuration properly.
The setup:db-data:upgrade command sets the config_hash in the flag table. This in turns makes the app:config:import think it doesn't need importing. In my case it turns out new website and stores are not created.
Reversing the order of commands helps out but I'm not sure if that has any side effects.
The text was updated successfully, but these errors were encountered:
I found that the current order of commands during a deploy doesn't (fully) import the configuration properly.
The
setup:db-data:upgrade
command sets theconfig_hash
in theflag
table. This in turns makes theapp:config:import
think it doesn't need importing. In my case it turns out new website and stores are not created.Reversing the order of commands helps out but I'm not sure if that has any side effects.
The text was updated successfully, but these errors were encountered: