Skip to content

Commit a044396

Browse files
committed
Fix db restore user
1 parent 8022236 commit a044396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imageroot/actions/restore-module/40restore-postgres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exec 1>&2 # Redirect any output to the journal (stderr)
1111
mkdir -vp restore
1212
cat - >restore/n8n_restore.sh <<'EOS'
1313
# Read dump file from standard input:
14-
pg_restore --no-owner --no-privileges -U n8n -d n8n
14+
pg_restore --no-owner --no-privileges -U postgres -d n8n
1515
ec=$?
1616
docker_temp_server_stop
1717
exit $ec

0 commit comments

Comments
 (0)