Merging RDS and Aurora postgres

0

I have an RDS PostgresSql database and an aurora postgres database set up currently and am trying to weigh how to merge them together.

For background info they are two different databases currently as they have different tables/schemas and are somewhat unrelated but ideally they would be in the same aurora database as the upkeep of the two databases is getting pretty annoying and logically the data is very similar. I am not entirely against leaving the two databases as is but I am doing due diligence and would prefer to merge ideally. All solutions I have seen generally deal with straight conversion to a new aurora instead of merging with an existing aurora database.

The RDS databse is currently postgres 11 and the aurora is postgres 13.8. Is there any clean way to combine these two into one aurora database? Or am I left to manually transfer the data somehow

1回答
0

You have 2 options which I’ve carried out.

  1. Use AWS DMS to migrate the database over to Aurora.
  2. muse native pgdump to export and import the database from once instance to the other.
profile picture
エキスパート
回答済み 7ヶ月前

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

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

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

関連するコンテンツ