Skip to content

Commit

Permalink
Merge pull request #55 from NethServer/sdl-7203
Browse files Browse the repository at this point in the history
Rename SQL dump output file to backup.sql NethServer/dev#7203
  • Loading branch information
stephdl authored Dec 12, 2024
2 parents c277d82 + e956eaf commit f551252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/bin/module-dump-state
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -e
. ./db.env

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

0 comments on commit f551252

Please sign in to comment.