We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d054ac8 commit 23032f8Copy full SHA for 23032f8
postgres/bin/dump-to-s3.sh
@@ -1,7 +1,9 @@
1
#!/bin/bash
2
# 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.
+# Expects a DATABASE_URL environment variable that is the DB
+# 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.
7
8
set -euf -o pipefail
9
0 commit comments