Skip to content

Self hosted Deployments and PGadmin Connections #18

Answered by timothymamo
rdmorris asked this question in Q&A
Discussion options

You must be logged in to vote

@rdmorris

You can open port 5432 by setting the variable enable_db_con to true. This will allow you to connect to the database using the password obtained by running the command terraform output psql_pass within the terraform directory.

I would also suggest to set a range of IPs to restrict access to the database for security reasons.

The documentation you reference is mostly for the managed service offered by Supabase rather than the self-hosted option. So you won't see a Settings option.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by timothymamo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants