PromucFlow_constructor/deploy/docker/watchtower-hooks/pre-update.sh
Sumesh Pradhan edbfef7d51
Auto-backup and cleanup with appsmithctl (#15203)
- Auto-cleanup of backup files using env variable APPSMITH_BACKUP_ARCHIVE_LIMIT (default value is 4) after every backup.
- Updated docker file to include watchtower hook scripts.
- Error mail interval to 6hrs.
2022-07-28 17:45:28 +05:30

3 lines
62 B
Bash

#!/usr/bin/env bash
appsmithctl backup --error-mail || exit 1