You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
Hello postfacto community, this is not an issue itself but I want to ask which value should be the DATABASE_URL at the helm chart deployment?
My situation is the following:
I want to use an external Azure managed PostgreSQL and no the PostgreSQL container that comes with the helm chart.
So in consequence, I modified the DATABASE_URL value, given here to connect to the container inside K8s, I've modified in this way:
/usr/local/lib/ruby/2.7.0/uri/generic.rb:208:in `initialize': the scheme postgres does not accept registry part: nmbrs@postgresql-nmb-psfc-stag:test2021*@postgresql-nmb-psfc-stag.postgres.database.azure.com (or bad hostname?) (URI::InvalidURIError)
Which should be the real DATABASE_URL value if I want to contact to a fully Postgres managed service?
If that is your actual password in the error message, then as suggested in https://stackoverflow.com/a/34280541/3001761 it's probably because it contains * - avoid special characters in the password.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello postfacto community, this is not an issue itself but I want to ask which value should be the
DATABASE_URL
at the helm chart deployment?My situation is the following:
So in consequence, I modified the
DATABASE_URL
value, given here to connect to the container inside K8s, I've modified in this way:but I am getting this error
Which should be the real
DATABASE_URL
value if I want to contact to a fully Postgres managed service?Which is the equivalent value to this?:
I mean is
postgres//<username>:<my-pg-password>@<WHICH VALUE SHOULD BE HERE?>
What is the value of
{{ .Release.Name }}-postgresql"
Just for the record, my customize
postfacto/deployment/helm/templates/deployment.yaml
is this:The text was updated successfully, but these errors were encountered: