Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. 10.0.2 Update Breaks Docker Installation

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)

RE: 10.0.2 Update Breaks Docker Installation - Added by Oliver Günther over 5 years ago

Hi Stephan,

We released an older stable version as a bug fix release and this lead to improper tagging of the latest and stable (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

  • (1 - 1/1)
Loading...