Automated Backup with Docker setup

The frappe framework feature of S3 backup has open issues

Attempt to fix?

  • you’ll need to follow the trail from s3_backup_settings.py
  • use print() and console.log() Debugging
  • If you prefer debugger VSCode, PyCharm

You can use docker based alternative, It’ll also backup and push site_config.json.
more: GitHub - frappe/frappe_docker: Docker images for production and development setups of the Frappe framework and ERPNext

docker based alternative

docker task for s3 backups are tested everyday as part of cron job.

2 Likes