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
hkirsman
changed the title
hooks-db-post-import.sh should also run cim and in case of drush 12 deploy?
hooks-db-post-import.sh should also run cim and in case of drush 12 - 'deploy'?
Mar 19, 2024
hkirsman
changed the title
hooks-db-post-import.sh should also run cim and in case of drush 12 - 'deploy'?
hooks-db-post-import.sh should also run cim and in case of drush 12 - 'deploy' command?
Mar 19, 2024
You probably have some differences in the db that you're importing. Why do the import and then manually run the config import?
This should be changed from:
cd $DDEV_COMPOSER_ROOT && drush cache:rebuild -y && drush @local user:login
to
cd $DDEV_COMPOSER_ROOT && drush deploy && drush @local user:login
Or I guess there should be some drush version check before doing that. If it's 11 or older, let's add cim somewhere near the cr
The original code for this was taken from https://github.com/wunderio/drupal-project/blob/main/.lando.yml#L154
The text was updated successfully, but these errors were encountered: