Closed kevinlmadison closed 4 years ago
Haven't done this in awhile, but it looks like it is trying to initialize and already initialized database. I would wipe it and start fresh. If that doesn't work make sure the postgres version is compatible. Otherwise see if there are similar issues or open bugs on the gitea repo.
I appreciate the input, I wasn't able to resolve that issue, hoping the folks in the gitea repo can help me solve this.
I have this set to autoinstall, so it's attempting to run
gitea migrate
in the background. It is creating a single table in my postgres db but nothing further than that. I've been able to successfully install gitea using the ui and connected to the same postgres db but I need this to be automatic. Any ideas? Thank you!