CE to EE (with helm chart) : relation "geo_nodes" does not exist
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
I was about to try out EE Core by modifying the migrations/sidekiq/unicorn images used in the GitLab Helm chart. (which are the default)
- 2018-08-14T07:56:05.561Z 10 TID-gsy9d5mlm WARN: {"context":"Job raised exception","job":{"queue":"cronjob:geo_repository_verification_primary_batch","args":[],"class":"Geo::RepositoryVerification::Primary::BatchWorker","retry":false,"queue_namespace":"cronjob","jid":"6832b80cb8ccb998b2e48398","created_at":1534233365.546498,"enqueued_at":1534233365.5469975},"jobstr":"{"queue":"cronjob:geo_repository_verification_primary_batch","args":[],"class":"Geo::RepositoryVerification::Primary::BatchWorker","retry":false,"queue_namespace":"cronjob","jid":"6832b80cb8ccb998b2e48398","created_at":1534233365.546498,"enqueued_at":1534233365.5469975}"}
2018-08-14T07:56:05.562Z 10 TID-gsy9jnnui Geo::RepositorySyncWorker JID-ee3b0cef257333057d16b466 INFO: done: 0.007 sec
2018-08-14T07:56:05.562Z 10 TID-gsy9d5mlm WARN: ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "geo_nodes" does not exist
LINE 5: WHERE a.attrelid = '"geo_nodes"'::regclass
^ - SELECT a.attname, format_type(a.atttypid, a.atttypmod),
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid,
a.atttypmod
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"geo_nodes"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
Edited by 🤖 GitLab Bot 🤖