Im getting the below error once i changed the dsn ...
# ory-selfhosting
l
Im getting the below error once i changed the dsn from memory to the postgresql connection string.
Copy code
#kubectl logs -f  pod/hydra-auth-consul-test-db7f8cc64-86hjf     -n  hydra-auth-consul-test 
Defaulted container "hydra" out of: hydra, consul-kv-fetcher (init)
time=2024-06-26T08:02:26Z level=info msg=No tracer configured - skipping tracing setup audience=application service_name=Ory Hydra service_version=v2.2.0
time=2024-06-26T08:02:27Z level=warning msg=Unable to determine network, retrying. audience=application error=map[debug: message:Unable to locate the table reason: status:Internal Server Error status_code:500] service_name=Ory Hydra service_version=v2.2.0
time=2024-06-26T08:02:27Z level=error msg=Unable to initialize service registry. audience=application error=map[debug: message:Unable to locate the table reason: status:Internal Server Error status_code:500] service_name=Ory Hydra service_version=v2.2.0
Error: Unable to locate the table
Usage:
Any idea about this. I tried https://github.com/ory/hydra/discussions/3437
hydra.automigration.enabled: true
But that shows,
Copy code
time=2024-06-26T07:59:42Z level=error msg=Unable to instantiate configuration. audience=application error=map[message:I[#] S[#/additionalProperties] additionalProperties "automigration" not allowed] service_name=Ory Hydra service_version=v2.2.0
Error: I[#] S[#/additionalProperties] additionalProperties "automigration" not allowed
Usage:
b
l
But nothing for the K8s environment.
@bland-eye-99092
l
I followed the helm chart and once i changed the dsn from memory to the postgresql connection string, I am getting this errors on pod logs.
Its fixed. I was using a cust config which was causing some issues.