Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. 1. Bucardo to sync up data between Heroku to AWS
  2. 2. Migrate all service to AWS (no production traffic yet)
  3. 3. Create ELB to point Heroku instance (to minimize the downtime)
  4. 4. Update CNAME record in GoDaddy to point AWS ELB (wait for initial data sync)
  5. 5. Disable/turn off connection between ELB to Heroku
  6. 6. Turnoff all services on Heroku which are writing to DB(Downtime started here)
  7. 7. Let the DB replication complete
  8. 8. Stop DB sync (bucardo)
  9. 9. Start all service on AWS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement