Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #9503

Closed
Open
Created Jul 29, 2015 by Administrator@rootOwner

ERROR: relation "audit_events" does not exist

Created by: jokogr

Hello,

I have just upgraded from v7.12.2-2 to v7.13.1 and I get Error 500 after signing in.

The Postgres container reports the following:

postgresql_1 | 2015-07-29 08:24:01 UTC [39-3] gitlab@gitlabhq_production ERROR:  relation "audit_events" does not exist at character 323
postgresql_1 | 2015-07-29 08:24:01 UTC [39-4] gitlab@gitlabhq_production STATEMENT:                SELECT a.attname, format_type(a.atttypid, a.atttypmod),
postgresql_1 |                       pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
postgresql_1 |                  FROM pg_attribute a LEFT JOIN pg_attrdef d
postgresql_1 |                    ON a.attrelid = d.adrelid AND a.attnum = d.adnum
postgresql_1 |                 WHERE a.attrelid = '"audit_events"'::regclass
postgresql_1 |                   AND a.attnum > 0 AND NOT a.attisdropped
postgresql_1 |                 ORDER BY a.attnum
Assignee
Assign to
Time tracking