Skip to content

database issue after updating #2567

@AntouanK

Description

@AntouanK
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions