2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 18:49:01 +00:00
frappe_docker/docs/tips-for-moving-deployments.md
Revant Nandgaonkar 38be99fc5e docs: organize docs
break down readme into multiple files
organize in docs directory
[skip travis]
2020-06-13 15:33:06 +05:30

915 B

Tips for moving deployments

  • Take regular automatic backups and push the files to S3 compatible cloud. Setup backup and push with cronjobs
    • Use regular cron for single machine installs
    • Use swarm-cronjob for docker swarm
    • Use Kubernetes CronJob
  • It makes it easy to transfer data from cloud to any new deployment.
  • They are just site operations that can be manually pipelined as per need.
  • Remember to restore encryption keys and other custom configuration from site_config.json.
  • Steps to move deployment: