Replies: 2 comments 2 replies
-
There is not (See #96), but you can create your own CLI that does it. Something like set -e
psql "$@"
dbcicdump Then configure Sqitch to use it instead of sqtich engine alter pg --client ./bin/psql_n_dump If you only want to use it yourself, and not require others to use it, put it into sqitch config --user engine.pg.client /path/to/psql_n_dump |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @theory!
this way I ensure that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to wire a custom hook or run an external command after a deploy and/or revert?
I would like to launch
dbicdump
to update the Perl classes after the database has changed.Beta Was this translation helpful? Give feedback.
All reactions