Skip to content

Commit 23032f8

Browse files
Minor formatting
1 parent d054ac8 commit 23032f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

postgres/bin/dump-to-s3.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/bin/bash
22
# Usage: dump-to-s3.sh <s3://...dump> [dbname]
3-
# Expects a DATABASE_URL environment variable that is the DB to dump and optionally SERVER_VERSION exported by the entrypoint.
4-
# Optionally, a dbname can be supplied as the second argument to override the name from DATABASE_URL.
3+
# Expects a DATABASE_URL environment variable that is the DB
4+
# to dump and optionally SERVER_VERSION exported by the entrypoint.
5+
# Optionally, a dbname can be supplied as the second argument
6+
# to override the name from DATABASE_URL.
57

68
set -euf -o pipefail
79

0 commit comments

Comments
 (0)