Table of Contents

Migrating Expertus meeting server to Digital Ocean

Google Docs link: https://docs.google.com/a/expertus.com/spreadsheet/ccc?key=0Atv0MG6V7MbDdFl1eGZsdWVzTUtZUzYxQk54Y3NQbVE&usp=sharing

Status: Complete

Activity Date: 9th April 2014

Pre deploy checklist *COMPLETE*

To be completed the day BEFORE Activity date
It is OK to combine this with the main activity, as long as TTL is lowered to avoid data issues
TTL lowered to 1 hour 10 pm @ 8th Apr

     bbb-conf --setip meeting.expertus.com

Checklist *COMPLETE*

     mysqldump -umeetingu -pmeetingp  expertus_meeting_prod >  expertus_meeting_prod.05082014.sql
     scp expertus_meeting_prod.05082014.sql expbbbp@107.170.80.241:/deploy/backups/
    
      #either login or execute remotely using ssh
     mysql -u meetingu -p expertus_meeting_prod < expertus_meeting_prod.05082014.sql
   su root
   sed -i .5045 's/meet-gw/meetprod-gw' /etc/asterisk/extensions.conf
   asterisk -rx "core reload"
   

RollBack

Post Completion *COMPLETE*