Skip to content

Commit 5798c2c

Browse files
committed
Fix snapshot restoration
Fixes #1659
1 parent 74425d2 commit 5798c2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/postgresql-setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ function restore_snapshot {
202202
--jobs="${numcores}" \
203203
--format=directory \
204204
--dbname="${PGDATABASE}" \
205+
--no-owner \
205206
--exit-on-error \
206207
"${tmp_dir}/db/"
207208
else

0 commit comments

Comments
 (0)