- 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.
3 lines
62 B
Bash
3 lines
62 B
Bash
#!/usr/bin/env bash
|
|
appsmithctl backup --error-mail || exit 1
|