Making postgres instance publicly available
kylekz
PROOP

a year ago

I have an umami deployment and I'm looking to make the pg instance publicly accessible so I can back it up. I generated a domain (and redeployed) but it's inaccessible.
Judging by the data tab in the UI, I need to add these extra variables? Just unsure if adding these would interfere with the actual deployment

3 Replies

kylekz
PROOP

a year ago

3e4997ce-038f-4f9d-9dde-09a497be5b88


a year ago

You would not want to make backups by connecting to it publicly, that will cost you on egress.

please use this to backup your database to an s3 compatible service on a schedule -


kylekz
PROOP

a year ago

gotcha, ill give that a go, thanks


Loading...