Connecting/Migrations in RDS

Goose

Since goose uses pq under the hood, to hit remote urls

goose postgres "user=postgres password=${PROD_PGPASS} dbname=test sslmode=disable host=database.rds.amazonaws.com" status

PSQL / RDS

I didnt have a default database created, so I needed to psql into it - summoning psql via docker container

docker run -it --rm jbergknoff/postgresql-client postgresql://postgres:${PROD_PGPASS}@database.rds.amazonaws.com:5432


updated: 2 October 2021.

=> to the Index | / html

Proxy Information
Original URL
gemini://shiny.bneil.me/notes/note_connecting_to_rds/index.gmi
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
146.400783 milliseconds
Gemini-to-HTML Time
0.29327 milliseconds

This content has been proxied by September (ba2dc).