Take Aurora MySQL Database Connection and restore it into another instance.

0

I want to take Aurora MySQL database snapshot or backup of an instance (not complete instance snap) and restore it in an already working instance which already have 2 database running. The 2 database already created should not be effected and just anther db is restored in the instance so total of 3 db in that instance after restore. Engine verison 8.0.mysql_aurora.3.02.2

profile picture
質問済み 9ヶ月前228ビュー
2回答
0

You could use mydumper and myloader to export/import a single database.

See reference documentation here.

AWS
回答済み 9ヶ月前
0

You would have to go old school and backup and restore the database using tools like mysqldump

Or use AWS DMS to copy a Database from one instance to another

profile picture
エキスパート
回答済み 9ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ