Hi team,
We have upgraded the gitlab version to 13.12.15 and post that we are unable to create the new project from Gitlab portal. When we check the application logs we found below error. Could you please look into the issue and advise ASAP on how fix this issue.
[root@pcalinvm97 tmp_packages]# rpm -qa | grep -ina ‘gitlab’
394:gitlab-ce-13.12.15-ce.0.el7.x86_64
Server Logs where GitLab aplication is hosted:
2024-07-09_04:33:19.91040 STATEMENT: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
2024-07-09_04:33:19.91042 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
2024-07-09_04:33:19.91043 c.collname, col_description(a.attrelid, a.attnum) AS comment
2024-07-09_04:33:19.91044 FROM pg_attribute a
2024-07-09_04:33:19.91046 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2024-07-09_04:33:19.91047 LEFT JOIN pg_type t ON a.atttypid = t.oid
2024-07-09_04:33:19.91048 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation
2024-07-09_04:33:19.91050 WHERE a.attrelid = ‘“services”’::regclass
2024-07-09_04:33:19.91051 AND a.attnum > 0 AND NOT a.attisdropped
2024-07-09_04:33:19.91052 ORDER BY a.attnum
[4:08 pm] Singh, Prabhjot
2024-07-09_04:30:34.64091 LOG: database system is ready to accept connections
2024-07-09_04:33:19.91031 ERROR: relation “services” does not exist at character 454
2024-07-09_04:33:19.91040 STATEMENT: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
2024-07-09_04:33:19.91042 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
2024-07-09_04:33:19.91043 c.collname, col_description(a.attrelid, a.attnum) AS comment
2024-07-09_04:33:19.91044 FROM pg_attribute a
2024-07-09_04:33:19.91046 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2024-07-09_04:33:19.91047 LEFT JOIN pg_type t ON a.atttypid = t.oid
2024-07-09_04:33:19.91048 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation
2024-07-09_04:33:19.91050 WHERE a.attrelid = ‘“services”’::regclass
2024-07-09_04:33:19.91051 AND a.attnum > 0 AND NOT a.attisdropped
2024-07-09_04:33:19.91052 ORDER BY a.attnum
2024-07-09_04:33:19.91055