0

I wanted to create a copy of our Amazon Aurora Postgresql database. According to what i can find in the documentation the reason why I can't export it to an S3 Bucket is because its enginemode is serverless instead of provisioned.

Similarly, I don't seem to be able to change the enginemode. At least the documentation for modify-db-cluster dosen't seem to offer any options for that.

According to the answers to this question "Select into outfile" dosen't seem to be a possibility either.

I have also tried to follow this guide but without any luck, composite types isn't supported.

Is there any way to get a dump of the content of a AWS Aurora PostgreSQL Serverless cluster?

Leif Ershag
  • 146
  • 1
  • 15
  • 4
    You can always connect to the database and [`pg_dump`](https://www.postgresql.org/docs/current/app-pgdump.html) it – Bergi May 18 '21 at 13:21
  • Thanks! Would mark as correct answer if it wasen't only a comment. Please take buckets of gratitude instead! – Leif Ershag May 25 '21 at 05:22

0 Answers0