Editing
PostgreSQL Backups and Migration
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== AWS RDS PostgreSQL === * Change your database RDS instance security group to allow your machine to access it. ** Add your ip to the security group to access the instance via Postgres. ** '''AWS Management Console''' > '''Services''' > '''Database''' > '''RDS''' > '''Database Instances''' > ''Click on an instance name to view its details'' ** '''Connectivity & Security''' tab > '''Security''' > '''VPC security groups''' > ''Click on group name'' ** '''Inbound Rules''' tab > '''Edit inbound rules''' > ''Add IP of local machine'' * In a local terminal, make a copy of the database using `pg_dump`. ** `$ pg_dump -h <public dns> -U <my username> -f <name of dump file .sql> <name of my database>` ** Public DNS is available via '''RDS Management Console''' > '''Database Instances''' > ''Click on an instance name to view its details'' ** '''Connectivity & security''' > '''Endpoint & port''' > '''Endpoint''' > The public DNS. ** The port number (default port for PostgreSQL is 5432) is listed below. <ref>[https://gist.github.com/syafiqfaiz/5273cd41df6f08fdedeb96e12af70e3b How to copy production database on AWS RDS(postgresql) to local development database] - GitHub Gist</ref>
Summary:
Please note that all contributions to Littledamien Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Littledamien Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information