Unable to use external database. #650
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, hope you guys are doing well
I might be a little dumb, i'm not being able to use a external database to deploy gitea instances,
i'm using the following config:
Then i've disabled both postgres and postgres-ha:
But whever i deploy the helm, i always get CrashLoop errors with the following logs:
What am i doing wrong? :sad:
Please share following additional information:
init-app-ini
initContainerreplicaCount > 1
in the omitted values? If possible, please share all your modified values (replace passwords and sensitive values!). That might help identifying the issue.The
Database settings are missing from the configuration file
error seems to only occur when theDB_TYPE
field is missing. Based on the values you provided, I ran ahelm template
to see if the database section is missing from the configuration secret. It exists and has the correctDB_TYPE
value - which is a good sign.Sure, here is the logs from the init-app-ini
I'm pretty much using the default configuration,
I didn't set the image version, so i'm assuming it's using the latest version 🤔
Your values contains 2
gitea.config
objects. The second one (chart defaults) overrides yours with the database.That was it
It's so hard to be dumb
Thanks bud xD