Closed rustprooflabs closed 1 year ago
Addresses #266.
:warning: The --skip-dump option is no longer functional after this change. :warning:
--skip-dump
This PR updates the runtime options to use --pg-dump option instead of --skip-dump. The default operation changes from including the pg_dump step to excluding it.
--pg-dump
pg_dump
Details
Addresses #266.
:warning: The
--skip-dump
option is no longer functional after this change. :warning:This PR updates the runtime options to use
--pg-dump
option instead of--skip-dump
. The default operation changes from including thepg_dump
step to excluding it.