Remove legacy backup configuration

This commit is contained in:
Chris Thompson 2022-12-16 15:49:42 -05:00 committed by Chris (wolcen) Thompson
parent 398c254b89
commit e53e97e8d9
1 changed files with 1 additions and 13 deletions

14
abra.sh
View File

@ -1,13 +1 @@
export ENTRYPOINT_CONF_VERSION=v8
abra_backup_app() {
_abra_backup_dir "app:/home/hackmd/app/public/uploads/"
}
abra_backup_db() {
_abra_backup_postgres "db" "codimd" "codimd" "db_password"
}
abra_backup() {
abra_backup_app && abra_backup_db
}
export ENTRYPOINT_CONF_VERSION=v9