You need to sign in or sign up before continuing.
Composite deployment
Created by: dincho
- Added to deploy playbook the responsibility to setup the backups (script+cron).
- Backups are enabled on stage1 and prod in this PR.
- Test deployment on dev2
- backups directories in different environments TBD. Defaults to /home/nynja/backups
- run setup playbook on all environments to setup sudoers
Implemented Workflow:
- backup
- clean tables
- dump mnesia log
- stop the server
- DROP the ports
- start the server
- health checks
- ACCEPT the ports