Skip to content

Commit

Permalink
Merge pull request #25 from wunderio/feature/6-Run-post-db-updates-af…
Browse files Browse the repository at this point in the history
…ter-snapshot-restore

#6 Run post db updates after snapshot restore.
  • Loading branch information
hkirsman authored Jun 6, 2024
2 parents 3d1658d + e1e67f0 commit 93231c5
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 93231c5

Please sign in to comment.