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 Respuesta
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
EXPERTO
respondido hace 7 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas