mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-07-02 08:18:06 +00:00
change wording
The backup is not uploaded anywhere, it is just created
This commit is contained in:
@@ -79,4 +79,4 @@ for DB in ${POSTGRES_DBS}; do
|
|||||||
find "${BACKUP_DIR}/monthly" -maxdepth 1 -mtime +${KEEP_MONTHS} -name "${DB}-*.sql*" -exec rm -rf '{}' ';'
|
find "${BACKUP_DIR}/monthly" -maxdepth 1 -mtime +${KEEP_MONTHS} -name "${DB}-*.sql*" -exec rm -rf '{}' ';'
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "SQL backup uploaded successfully"
|
echo "SQL backup created successfully"
|
||||||
|
|||||||
Reference in New Issue
Block a user