From ee8a2b855a5ffd01e8caa673a5b26a001291b1d1 Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Fri, 14 Oct 2016 20:36:08 +0800 Subject: [PATCH] Add POSTGRES_EXTRA_OPTS to README --- postgres-backup-s3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres-backup-s3/README.md b/postgres-backup-s3/README.md index ce0de9f..a5339de 100644 --- a/postgres-backup-s3/README.md +++ b/postgres-backup-s3/README.md @@ -31,6 +31,7 @@ pgbackups3: POSTGRES_DATABASE: dbname POSTGRES_USER: user POSTGRES_PASSWORD: password + POSTGRES_EXTRA_OPTS: '--schema=public --blobs' ``` ### Automatic Periodic Backups