Taking Backup from RDS - ColoredCow/goonj GitHub Wiki

  1. Go to the AWS console > RDS > CRM database instance
  2. Select the backup from 29th Jan
  3. Go to action
  4. Select Restore backup
  5. Add necessary details - instance name, size(db.t3.small), storage
  6. Public access - Yes
  7. Existing VPC security groups - goonj-crm-db-sg
  8. Database authentication - Password
  9. Click on - Restore DB instance
  10. Once the database is ready - access it with same credentials we used to access the current production database.