0

I have a PostgreSQL database . How I can migrate this to Amazon Web Service RDS??

I don't understand how to do it. Is it using Database Migration Service on AWS?

2
  • yes - its one of the most popular ways Commented Oct 23, 2017 at 9:52
  • Can Database Migration Service export local database to Amazon RDS? Commented Oct 23, 2017 at 10:04

1 Answer 1

5

You can use AWS Database Migration Service, but that seems like an overkill if you migrate from PostgreSQL to PostgreSQL. Database Migration Service allows data migration between different RDBMS and even between NoSQL databases and RDBMS.

Just dump your database with pg_dump and restore it to RDS instance with pg_restore.

Sign up to request clarification or add additional context in comments.

1 Comment

I have dumped my database. How do I can restore it with pg_restore on RDS Instance?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.