From 362d98d3e6a7dfff7b13ffe674c5ee81f0b7fb0f Mon Sep 17 00:00:00 2001 From: Alex Toff Date: Mon, 14 Aug 2023 19:22:14 +0100 Subject: [PATCH] consistency --- postgres-backup-s3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-backup-s3/README.md b/postgres-backup-s3/README.md index a19abb9..0e73f69 100644 --- a/postgres-backup-s3/README.md +++ b/postgres-backup-s3/README.md @@ -47,7 +47,7 @@ More information about the scheduling can be found [here](http://godoc.org/githu ### Backup File Name / Path By default, if `POSTGRES_BACKUP_ALL` is true, the dump file will be put at `/all_.sql.gz`. When using `POSTGRES_DATABASE`, each database listed will be backed up to the object path `/_.sql.gz`. -If you wish to make these filenames static, you can use the `S3_FILE_NAME` variable, which will change these formats to `/.sql.gz` or `/_.sql.gz` accordingly. +If you wish to make these filenames static, you can use the `S3_FILE_NAME` variable, which will change these formats to `/.sql.gz` or `/_.sql.gz` accordingly. ### Backup All Databases