We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8022236 commit a044396Copy full SHA for a044396
imageroot/actions/restore-module/40restore-postgres
@@ -11,7 +11,7 @@ exec 1>&2 # Redirect any output to the journal (stderr)
11
mkdir -vp restore
12
cat - >restore/n8n_restore.sh <<'EOS'
13
# Read dump file from standard input:
14
-pg_restore --no-owner --no-privileges -U n8n -d n8n
+pg_restore --no-owner --no-privileges -U postgres -d n8n
15
ec=$?
16
docker_temp_server_stop
17
exit $ec
0 commit comments