Taking Backup from RDS - ColoredCow/goonj GitHub Wiki
- Go to the AWS console > RDS > CRM database instance
- Select the backup from 29th Jan
- Go to action
- Select Restore backup
- Add necessary details - instance name, size(db.t3.small), storage
- Public access - Yes
- Existing VPC security groups - goonj-crm-db-sg
- Database authentication - Password
- Click on - Restore DB instance
- Once the database is ready - access it with same credentials we used to access the current production database.