I am looking for the best way to export data from one MySQL DB instance of RDS an import into a different one automatically.
Any ideas?
-
"Best" according to what criteria?mustaccio– mustaccio2021年10月05日 17:58:05 +00:00Commented Oct 5, 2021 at 17:58
1 Answer 1
A simple way of copy an entire database is to create a read replica of the original and promote this read replica into a separate database.
answered Oct 5, 2021 at 15:55
Pubudu JayawardanaPubudu Jayawardana
Explore related questions
See similar questions with these tags.
lang-sql