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. Error Upgrading 14.6.3 to 15

Error Upgrading 14.6.3 to 15

Added by Nanak Singh 6 months ago

I tried to Upgrade from openproject version 14.6.3 to 15. I am using ubuntu 22.04 lts and using .deb

I followed the official guide

root@OpenProject:~# sudo openproject configure --trace
Launching installer for openproject...
Selected addons: legacy-installer openproject-edition postgres apache2 repositories memcached openproject
[legacy-installer] ./bin/configure
[openproject-edition] ./bin/configure
DONE
[postgres] ./bin/configure
Postgres connection OK
DONE
[apache2] ./bin/configure
DONE
[repositories] ./bin/configure
DONE
[memcached] ./bin/configure
DONE
[openproject] ./bin/configure
DONE
[legacy-installer] ./bin/preinstall
[openproject-edition] ./bin/preinstall
[postgres] ./bin/preinstall
INFO: autoinstall=install. A new PostgreSQL v13 server will be installed locally unless a conflicting installation is found.
INFO: existing installation found. Skipping to next step.
INFO: Checking connection to PostgreSQL server...  ?column? 
----------
        1
(1 row)

OK
[apache2] ./bin/preinstall
[repositories] ./bin/preinstall
Module perl already enabled
Module dav already enabled
Considering dependency dav for dav_svn:
Module dav already enabled
Module dav_svn already enabled
Your MPM seems to be threaded. Selecting cgid instead of cgi.
Module cgid already enabled
[memcached] ./bin/preinstall
[openproject] ./bin/preinstall
[legacy-installer] ./bin/postinstall
[openproject-edition] ./bin/postinstall
[postgres] ./bin/postinstall
[apache2] ./bin/postinstall
Last prefix was /
Module rewrite already enabled
Considering dependency setenvif for ssl:
Module setenvif already enabled
Considering dependency mime for ssl:
Module mime already enabled
Considering dependency socache_shmcb for ssl:
Module socache_shmcb already enabled
Module ssl already enabled
Module proxy already enabled
Considering dependency proxy for proxy_http:
Module proxy already enabled
Module proxy_http already enabled
Module headers already enabled
Module expires already enabled
Considering dependency filter for deflate:
Module filter already enabled
Module deflate already enabled
Module filter already enabled
Site openproject already enabled
Syntax OK
[repositories] ./bin/postinstall
No repositories have been configured. Skipping configuration.
[memcached] ./bin/postinstall
[openproject] ./bin/postinstall
I, [2024-11-13T17:31:43.049498 #12073]  INFO -- : Increasing database pool size to 17 to match max threads
----------------------------- LOADING PREVIEWS
----------------------------- LOADING PAGES
I, [2024-11-13T17:31:46.237967 #12073]  INFO -- : Migrating to SetVersionsNameCollation (20240920152544)
== 20240920152544 SetVersionsNameCollation: migrating =========================
-- execute("CREATE COLLATION IF NOT EXISTS versions_name (provider = icu, locale = 'und-u-kn-true');")
rake aborted!
StandardError: An error has occurred, this and all later migrations canceled: (StandardError)

PG::FeatureNotSupported: ERROR:  current database's encoding is not supported with this provider
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:55:in `exec'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:55:in `block (2 levels) in raw_execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract_adapter.rb:1027:in `block in with_raw_connection'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.4.1/lib/active_support/concurrency/null_lock.rb:9:in `synchronize'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract_adapter.rb:999:in `with_raw_connection'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:54:in `block in raw_execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.4.1/lib/active_support/notifications/instrumenter.rb:58:in `instrument'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract_adapter.rb:1142:in `log'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:53:in `raw_execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:521:in `internal_execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:131:in `execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/query_cache.rb:25:in `execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:47:in `execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration/default_strategy.rb:10:in `method_missing'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1047:in `block in method_missing'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1017:in `block in say_with_time'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1017:in `say_with_time'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1036:in `method_missing'
/opt/openproject/db/migrate/20240920152544_set_versions_name_collation.rb:3:in `up'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:989:in `public_send'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:989:in `exec_migration'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:970:in `block (2 levels) in migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:969:in `block in migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:227:in `with_connection'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:968:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1178:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1529:in `block in execute_migration_in_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/transaction.rb:535:in `block in within_new_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.4.1/lib/active_support/concurrency/null_lock.rb:9:in `synchronize'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/transaction.rb:532:in `within_new_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:344:in `transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1580:in `ddl_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1528:in `execute_migration_in_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1503:in `each'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1503:in `migrate_without_lock'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1448:in `block in migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1600:in `with_advisory_lock'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1448:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1274:in `up'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1249:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/tasks/database_tasks.rb:251:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/railties/databases.rake:93:in `block (2 levels) in <top (required)>'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
/opt/openproject/bin/bundle:110:in `load'
/opt/openproject/bin/bundle:110:in `<main>'

Caused by:
ActiveRecord::StatementInvalid: PG::FeatureNotSupported: ERROR:  current database's encoding is not supported with this provider (ActiveRecord::StatementInvalid)
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:55:in `exec'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:55:in `block (2 levels) in raw_execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract_adapter.rb:1027:in `block in with_raw_connection'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.4.1/lib/active_support/concurrency/null_lock.rb:9:in `synchronize'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract_adapter.rb:999:in `with_raw_connection'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:54:in `block in raw_execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.4.1/lib/active_support/notifications/instrumenter.rb:58:in `instrument'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract_adapter.rb:1142:in `log'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:53:in `raw_execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:521:in `internal_execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:131:in `execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/query_cache.rb:25:in `execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:47:in `execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration/default_strategy.rb:10:in `method_missing'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1047:in `block in method_missing'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1017:in `block in say_with_time'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1017:in `say_with_time'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1036:in `method_missing'
/opt/openproject/db/migrate/20240920152544_set_versions_name_collation.rb:3:in `up'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:989:in `public_send'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:989:in `exec_migration'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:970:in `block (2 levels) in migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:969:in `block in migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:227:in `with_connection'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:968:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1178:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1529:in `block in execute_migration_in_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/transaction.rb:535:in `block in within_new_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.4.1/lib/active_support/concurrency/null_lock.rb:9:in `synchronize'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/transaction.rb:532:in `within_new_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:344:in `transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1580:in `ddl_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1528:in `execute_migration_in_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1503:in `each'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1503:in `migrate_without_lock'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1448:in `block in migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1600:in `with_advisory_lock'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1448:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1274:in `up'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1249:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/tasks/database_tasks.rb:251:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/railties/databases.rake:93:in `block (2 levels) in <top (required)>'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
/opt/openproject/bin/bundle:110:in `load'
/opt/openproject/bin/bundle:110:in `<main>'

Caused by:
PG::FeatureNotSupported: ERROR:  current database's encoding is not supported with this provider (PG::FeatureNotSupported)
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:55:in `exec'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:55:in `block (2 levels) in raw_execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract_adapter.rb:1027:in `block in with_raw_connection'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.4.1/lib/active_support/concurrency/null_lock.rb:9:in `synchronize'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract_adapter.rb:999:in `with_raw_connection'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:54:in `block in raw_execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.4.1/lib/active_support/notifications/instrumenter.rb:58:in `instrument'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract_adapter.rb:1142:in `log'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:53:in `raw_execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:521:in `internal_execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:131:in `execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/query_cache.rb:25:in `execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:47:in `execute'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration/default_strategy.rb:10:in `method_missing'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1047:in `block in method_missing'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1017:in `block in say_with_time'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1017:in `say_with_time'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1036:in `method_missing'
/opt/openproject/db/migrate/20240920152544_set_versions_name_collation.rb:3:in `up'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:989:in `public_send'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:989:in `exec_migration'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:970:in `block (2 levels) in migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:969:in `block in migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:227:in `with_connection'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:968:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1178:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1529:in `block in execute_migration_in_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/transaction.rb:535:in `block in within_new_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.4.1/lib/active_support/concurrency/null_lock.rb:9:in `synchronize'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/transaction.rb:532:in `within_new_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:344:in `transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1580:in `ddl_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1528:in `execute_migration_in_transaction'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1503:in `each'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1503:in `migrate_without_lock'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1448:in `block in migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1600:in `with_advisory_lock'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1448:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1274:in `up'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/migration.rb:1249:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/tasks/database_tasks.rb:251:in `migrate'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.4.1/lib/active_record/railties/databases.rake:93:in `block (2 levels) in <top (required)>'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
/opt/openproject/bin/bundle:110:in `load'
/opt/openproject/bin/bundle:110:in `<main>'
Tasks: TOP => db:migrate
(See full trace by running task with --trace)

Replies (2)

RE: Error Upgrading 14.6.3 to 15 - Added by Luigi Maiorano 6 months ago

+1

I have exactly the same issue. Please advise

RE: Error Upgrading 14.6.3 to 15 - Added by Patrick Lenk 6 months ago

see https://community.openproject.org/wp/59342

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