Skip to content

Commit

Permalink
#6 Run post db updates after snapshot restore.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirsman committed Apr 23, 2024
1 parent 3d1658d commit e1e67f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/.ddev/config.wunderio.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
hooks:
post-import-db:
- exec: "/var/www/html/.ddev/wunderio/core/_run-scripts.sh hooks-db-post-import.sh"
post-restore-snapshot:
- exec: "/var/www/html/.ddev/wunderio/core/_run-scripts.sh hooks-db-post-import.sh"
post-start:
# Build hook workaround to run composer install on first start.
# @todo We could potentially make this more like lando build hook by creating tmp files.
Expand Down

0 comments on commit e1e67f0

Please sign in to comment.