Skip to content

Commit f551252

Browse files
authored
Merge pull request #55 from NethServer/sdl-7203
Rename SQL dump output file to backup.sql NethServer/dev#7203
2 parents c277d82 + e956eaf commit f551252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imageroot/bin/module-dump-state

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set -e
66
. ./db.env
77

88
# Dump the DB from timescale
9-
podman exec -i timescale pg_dump -U "${POSTGRES_USER}" -p "${POSTGRES_PORT}" > timescale.sql
9+
podman exec -i timescale pg_dump -U "${POSTGRES_USER}" -p "${POSTGRES_PORT}" > backup.sql

0 commit comments

Comments
 (0)