Skip to content

Commit

Permalink
Fix snapshot restoration
Browse files Browse the repository at this point in the history
Fixes #1659
  • Loading branch information
kderme committed Apr 18, 2024
1 parent f187d2e commit 1f26396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/postgresql-setup.sh
Expand Up @@ -202,6 +202,7 @@ function restore_snapshot {
--jobs="${numcores}" \
--format=directory \
--dbname="${PGDATABASE}" \
--no-owner \
--exit-on-error \
"${tmp_dir}/db/"
else
Expand Down

0 comments on commit 1f26396

Please sign in to comment.