Because
As a developer
I can run a single command to restore the database from a local postgres dump file
by specifying the arguments:
- path to the pg dump file
- which kube context i want to use (which corresponds to Demo or Production namespace)
because I need db restorations to be simple, fast, and reliable.
Done when
Because
As a developer
I can run a single command to restore the database from a local postgres dump file
by specifying the arguments:
because I need db restorations to be simple, fast, and reliable.
Done when