Skip to content

Instantly share code, notes, and snippets.

@bayoishola20
Created April 27, 2019 16:04
Show Gist options
  • Save bayoishola20/d1c6306a7921650f4588424762ae7804 to your computer and use it in GitHub Desktop.
Save bayoishola20/d1c6306a7921650f4588424762ae7804 to your computer and use it in GitHub Desktop.
AWS Postgres Linux
psql \
-f restore.sql \
--host xxx.xxx.us-east-2.rds.amazonaws.com \
--port 5432 \
--username [username] \
--password [password] \
--dbname AWSdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment