Commit dca60d1 1 parent ed6710b commit dca60d1 Copy full SHA for dca60d1
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# Script made for backup PostgreSQL database from local (${POSTGRES_HOST}=127.0.0.1)
4
4
# 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
6
7
7
8
set -euo pipefail
8
9
IFS=$' \n\t '
@@ -30,7 +31,6 @@ mcli_copy_path="${copy_path}/${copy_file_name}"
30
31
info_copy_path=" ${S3_ENDPOINT} /${copy_path} "
31
32
32
33
# Do compression
33
- # tar -czvf "${copy_file_name}" "${POSTGRES_DB}.sql"
34
34
tar --create \
35
35
--gzip \
36
36
--verbose \
You can’t perform that action at this time.
0 commit comments