Skip to content

Commit dca60d1

Browse files
DO-101 proofread backup.sh
1 parent ed6710b commit dca60d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#
33
# Script made for backup PostgreSQL database from local (${POSTGRES_HOST}=127.0.0.1)
44
# or remote host. Created backup stores in S3 storage. On completion script calls
5-
# notification script hooks/00-webhook.sh which sends report to given Telegram Chat
5+
# notification scripts from hooks/ directory to send report to given Telegram Chat
6+
# based on variables set private or public notification method will be selected
67

78
set -euo pipefail
89
IFS=$'\n\t'
@@ -30,7 +31,6 @@ mcli_copy_path="${copy_path}/${copy_file_name}"
3031
info_copy_path="${S3_ENDPOINT}/${copy_path}"
3132

3233
# Do compression
33-
#tar -czvf "${copy_file_name}" "${POSTGRES_DB}.sql"
3434
tar --create \
3535
--gzip \
3636
--verbose \

0 commit comments

Comments
 (0)