Content
10.0.2 Update Breaks Docker Installation
Added by Stephan Schreiber over 5 years ago
Using the Community Edition, docker-compose with Træfik.
After downgrading to 10.0.1 everything works as expected, with 10.0.2 I get the following Error, and OP keeps restarting:
openproject | 2019-10-04T18:08:31.349188448Z ↳ MyProjectsOverviewSeeder
openproject | 2019-10-04T18:08:31.355287436Z rake aborted!
openproject | 2019-10-04T18:08:31.355335749Z ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "my_projects_overviews" does not exist
openproject | 2019-10-04T18:08:31.355339421Z LINE 8: WHERE a.attrelid = '"my_projects_overviews"':...
openproject | 2019-10-04T18:08:31.355341902Z ^
openproject | 2019-10-04T18:08:31.355344321Z : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
openproject | 2019-10-04T18:08:31.355346635Z pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
openproject | 2019-10-04T18:08:31.355348845Z c.collname, col_description(a.attrelid, a.attnum) AS comment
openproject | 2019-10-04T18:08:31.355350986Z FROM pg_attribute a
openproject | 2019-10-04T18:08:31.355353056Z LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum
openproject | 2019-10-04T18:08:31.355355220Z LEFT JOIN pg_type t ON a.atttypid = t.oid
openproject | 2019-10-04T18:08:31.355370254Z LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation
openproject | 2019-10-04T18:08:31.355372872Z WHERE a.attrelid = '"my_projects_overviews"'::regclass
openproject | 2019-10-04T18:08:31.355375426Z AND a.attnum > 0 AND NOT a.attisdropped
openproject | 2019-10-04T18:08:31.355399227Z ORDER BY a.attnum
openproject | 2019-10-04T18:08:31.355431391Z /app/vendor/bundle/ruby/2.6.0/gems/activerecord-5.2.2.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:63:in `async_exec'
[...]
openproject | 2019-10-04T18:08:31.355709191Z
openproject | 2019-10-04T18:08:31.355712310Z Caused by:
openproject | 2019-10-04T18:08:31.355715335Z PG::UndefinedTable: ERROR: relation "my_projects_overviews" does not exist
openproject | 2019-10-04T18:08:31.355718948Z LINE 8: WHERE a.attrelid = '"my_projects_overviews"':...
openproject | 2019-10-04T18:08:31.355722306Z ^
Replies (1)
Hi Stephan,
We released an older stable version as a bug fix release and this lead to improper tagging of the
latest
andstable
(10) tags.I'm pushing a new release now that fixes this. A ticket for this issue is already reported at #31296
Sorry for the disruption.
Best,
Oliver