简体   繁体   中英

larger size db export from rackspace

I am planing to migrate my Db from rackspace to AWS. The current db has around 50GB of size. So how can i export this Db from rackspace without downtime.Or any other solutions like direct migration from rackspace to AWS RDS

Amazon provides multiple options in the RDS docs. Have you read them?

My preference would be to set up replication between your Rackspace instance and a new RDS instance. This will minimize your downtime: when you're ready you shut down your applications, reconfigure them to use the new database, and you're done.

I recommend planning for at least three attempts, since replication can be tricky the first time you set it up. Even if you get the replication right on the first try, I strongly suggest that you bring up a test environment and do a complete regression test of your app, before repeating the replication for your production cutover.

Yes, You can easily achieve migration without any outage using DMS services given by Amazon. I used DMS for migration from Company Hosted Environment to RDS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM