We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8589861 commit 76afa23Copy full SHA for 76afa23
scripts/postgresql-setup.sh
@@ -193,7 +193,6 @@ function restore_snapshot {
193
lstate_gz_file=$(find "${tmp_dir}/" -iname "*.lstate.gz")
194
lstate_file=$(basename "${lstate_gz_file}" | sed 's/.gz$//')
195
gunzip --to-stdout "${lstate_gz_file}" > "$2/${lstate_file}"
196
- drop_db
197
198
# Important: specify --schema=public below to skip over `create schema public`
199
# statement generated by pg_dump
0 commit comments