-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Description
- Gitea version (or commit ref):
- Git version:
- Operating system: Linux arch (using docker containers)
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
After updating the docker images, I get this in the docker-compose logs
gitea_1 | 2017/09/21 15:13:08 [T] Custom path: /data/gitea
gitea_1 | 2017/09/21 15:13:08 [T] Log path: /data/gitea/log
postgres_1 | ERROR: column "can_push" of relation "protected_branch" does not exist at character 31
postgres_1 | STATEMENT: UPDATE "protected_branch" SET "can_push" = $1, "updated_unix" = $2
...
It keeps repeating those 4 lines, and the web interface won't load.
Any ideas what's wrong?
Thanks