
SqueakyPotato
26moby
Migrating database from local machine to Cloud
We have our database and data in MySQL local machine. Monthly data storage and fetch is <1M rows. would like to migrate this to AWS. how do we do this? Would like to explore free credits service provider until we exhaust and explore. Intent to maintain a centralised database and running queries.
26mo ago

WigglyPotato
26mo

SquishyQuokka
26mo
Any Cloud provider should be fine in this tbh.
Can explore Azure or AWS. See where you can get the most credits.

JumpyPotato
26mo
If you don't want to stop your application,
You can start dual writes. Basically writing to both databases.
And then migrate the older data to new db.
And then you can point your reads to new db.
If everything is fine you delete the older db
Discover more
Curated from across
