Install openproject fails

I wanted to install openproject 13.4.1 on a univention server 5.0.8 it fails.
i have tried univention-app remove openproject and docker system prune -a -f to remove any old/broken files

but i still get this error:

Digest: sha256:55be5c4ea67dfb35d50129cb5d0ccfd47597fb5ebb70b3f681e11005f3d864ca 
Status: Downloaded newer image for docker.software-univention.de/openproject:13.4.1 
docker.software-univention.de/openproject:13.4.1 
Initializing app image 
Running command: docker create --hostname openp-40282703 --env-file /var/lib/univention-appcenter/apps/openproject/data/../openproject.env -p 40002:80/tcp -v /var/lib/univention-appcenter/apps/openproject/conf:/var/lib/univention-appcenter/apps/openproject/conf -v /etc/apt/apt.conf.d/80proxy:/etc/apt/apt.conf.d/81proxy:ro -v /var/lib/univention-appcenter/apps/openproject/data:/var/lib/univention-appcenter/apps/openproject/d
ata -v /sys/fs/cgroup:/sys/fs/cgroup:ro --tmpfs /run --tmpfs /run/lock --security-opt seccomp:/etc/docker/seccomp-systemd.json -e container=docker docker.software-univention.de/openproject:13.4.1 
522ad0d58d2b504a8d7757e632d661f24badf3967a657c5e47fd820295471d9a 
Preconfiguring container 522ad0d58d2b504a8d7757e632d661f24badf3967a657c5e47fd820295471d9a 
Starting docker-app-openproject (via systemctl): docker-app-openproject.service. 
Running command: docker cp /etc/postgres-openproject.secret 522ad0d58d2b504a8d7757e632d661f24badf3967a657c5e47fd820295471d9a:/etc/postgres-openproject.secret 
Configuring openproject=13.4.1 
ucr cannot be found, falling back to changing the database file directly 
Executing interface restore_data_before_setup for openproject 
No interface defined 
Executing interface setup for openproject 
Copying App Center's setup to container's /usr/share/univention-docker-container-mode/setup_custom 
+ mkdir -p /var/lib/univention-appcenter/apps/openproject/data/openproject/files 
+ chown app:app /var/lib/univention-appcenter/apps/openproject/data/openproject/files/ 
++ cat /etc/machine.secret 
+ LDAP_PASSWORD=0092bbaf368c1eae0d2609c64d0809a0931d2a69976d89a4f944288a62f8d55b 
+ sleep 10 
+ bundle exec rake 'setting:set[self_registration=3,host_name=owicom.owitec.ch]' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:136:in `load_cache': Ignoring db/schema_cache.yml because it has expired. The current schema version is 0, but the one in the schema cache file is 20240307190126. (StructuredWarnings::StandardWarning) 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:136:in `load_cache': Ignoring db/schema_cache.yml because it has expired. The current schema version is 0, but the one in the schema cache file is 20240307190126. (StructuredWarnings::StandardWarning) 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/railtie.rb:168:in `block (3 levels) in <class:Railtie>': Ignoring /app/db/schema_cache.yml because it has expired. The current schema version is 0, but the one in the schema cache file is 20240307190126. (StructuredWarnings::StandardWarning) 
rake aborted! 
ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR:  relation "settings" does not exist (ActiveRecord::StatementInvalid) 
LINE 10:  WHERE a.attrelid = '"settings"'::regclass 
                            ^ 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql/database_statements.rb:19:in `exec' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql/database_statements.rb:19:in `block (2 levels) in query' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:1028:in `block in with_raw_connection' 
/app/vendor/bundle/ruby/3.2.0/gems/activesupport-7.1.3.2/lib/active_support/concurrency/null_lock.rb:9:in `synchronize' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:1000:in `with_raw_connection' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql/database_statements.rb:18:in `block in query' 
/app/vendor/bundle/ruby/3.2.0/gems/activesupport-7.1.3.2/lib/active_support/notifications/instrumenter.rb:58:in `instrument' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:1143:in `log' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql/database_statements.rb:17:in `query' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql_adapter.rb:1074:in `column_definitions' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract/schema_statements.rb:109:in `columns' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:346:in `block in columns' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:345:in `fetch' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:345:in `columns' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:354:in `block in columns_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:353:in `fetch' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:353:in `columns_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:58:in `columns_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:188:in `columns_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/model_schema.rb:618:in `load_schema!' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/attributes.rb:264:in `load_schema!' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/encryption/encryptable_record.rb:127:in `load_schema!' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/model_schema.rb:563:in `block in load_schema' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/model_schema.rb:560:in `synchronize' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/model_schema.rb:560:in `load_schema' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/model_schema.rb:441:in `attribute_types' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/model_schema.rb:467:in `type_for_attribute' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/type_caster/map.rb:16:in `type_for_attribute' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/arel/table.rb:111:in `type_for_attribute' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/table_metadata.rb:18:in `type' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:59:in `build' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:54:in `[]' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:132:in `block in expand_from_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:79:in `each' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:79:in `flat_map' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:79:in `expand_from_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:25:in `build_from_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/query_methods.rb:1526:in `build_where_clause' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/query_methods.rb:943:in `where!' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/query_methods.rb:938:in `where' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/finder_methods.rb:104:in `find_by' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation.rb:241:in `find_or_initialize_by' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/querying.rb:23:in `find_or_initialize_by' 
/app/lib/tasks/setting.rake:34:in `block (3 levels) in <top (required)>' 
/app/lib/tasks/setting.rake:32:in `each' 
/app/lib/tasks/setting.rake:32:in `block (2 levels) in <top (required)>' 
/app/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/exe/rake:27:in `<top (required)>' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/cli/exec.rb:58:in `load' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/cli/exec.rb:58:in `kernel_load' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/cli/exec.rb:23:in `run' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/cli.rb:451:in `exec' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/vendor/thor/lib/thor/command.rb:28:in `run' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/vendor/thor/lib/thor.rb:527:in `dispatch' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/cli.rb:34:in `dispatch' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/vendor/thor/lib/thor/base.rb:584:in `start' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/cli.rb:28:in `start' 
/usr/local/bundle/gems/bundler-2.5.5/exe/bundle:28:in `block in <top (required)>' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors' 
/usr/local/bundle/gems/bundler-2.5.5/exe/bundle:20:in `<top (required)>' 
/usr/local/bundle/bin/bundle:25:in `load' 
/usr/local/bundle/bin/bundle:25:in `<main>' 

Caused by: 
PG::UndefinedTable: ERROR:  relation "settings" does not exist (PG::UndefinedTable) 
LINE 10:  WHERE a.attrelid = '"settings"'::regclass 
                            ^ 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql/database_statements.rb:19:in `exec' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql/database_statements.rb:19:in `block (2 levels) in query' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:1028:in `block in with_raw_connection' 
/app/vendor/bundle/ruby/3.2.0/gems/activesupport-7.1.3.2/lib/active_support/concurrency/null_lock.rb:9:in `synchronize' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:1000:in `with_raw_connection' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql/database_statements.rb:18:in `block in query' 
/app/vendor/bundle/ruby/3.2.0/gems/activesupport-7.1.3.2/lib/active_support/notifications/instrumenter.rb:58:in `instrument' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:1143:in `log' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql/database_statements.rb:17:in `query' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql_adapter.rb:1074:in `column_definitions' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract/schema_statements.rb:109:in `columns' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:346:in `block in columns' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:345:in `fetch' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:345:in `columns' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:354:in `block in columns_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:353:in `fetch' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:353:in `columns_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:58:in `columns_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:188:in `columns_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/model_schema.rb:618:in `load_schema!' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/attributes.rb:264:in `load_schema!' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/encryption/encryptable_record.rb:127:in `load_schema!' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/model_schema.rb:563:in `block in load_schema' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/model_schema.rb:560:in `synchronize' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/model_schema.rb:560:in `load_schema' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/model_schema.rb:441:in `attribute_types' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/model_schema.rb:467:in `type_for_attribute' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/type_caster/map.rb:16:in `type_for_attribute' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/arel/table.rb:111:in `type_for_attribute' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/table_metadata.rb:18:in `type' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:59:in `build' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:54:in `[]' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:132:in `block in expand_from_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:79:in `each' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:79:in `flat_map' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:79:in `expand_from_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/predicate_builder.rb:25:in `build_from_hash' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/query_methods.rb:1526:in `build_where_clause' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/query_methods.rb:943:in `where!' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/query_methods.rb:938:in `where' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation/finder_methods.rb:104:in `find_by' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/relation.rb:241:in `find_or_initialize_by' 
/app/vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.2/lib/active_record/querying.rb:23:in `find_or_initialize_by' 
/app/lib/tasks/setting.rake:34:in `block (3 levels) in <top (required)>' 
/app/lib/tasks/setting.rake:32:in `each' 
/app/lib/tasks/setting.rake:32:in `block (2 levels) in <top (required)>' 
/app/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/exe/rake:27:in `<top (required)>' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/cli/exec.rb:58:in `load' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/cli/exec.rb:58:in `kernel_load' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/cli/exec.rb:23:in `run' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/cli.rb:451:in `exec' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/vendor/thor/lib/thor/command.rb:28:in `run' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/vendor/thor/lib/thor.rb:527:in `dispatch' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/cli.rb:34:in `dispatch' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/vendor/thor/lib/thor/base.rb:584:in `start' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/cli.rb:28:in `start' 
/usr/local/bundle/gems/bundler-2.5.5/exe/bundle:28:in `block in <top (required)>' 
/usr/local/bundle/gems/bundler-2.5.5/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors' 
/usr/local/bundle/gems/bundler-2.5.5/exe/bundle:20:in `<top (required)>' 
/usr/local/bundle/bin/bundle:25:in `load' 
/usr/local/bundle/bin/bundle:25:in `<main>' 
Tasks: TOP => setting:set 
(See full trace by running task with --trace) 
Setup script failed! 
Aborting... 
Resolving dependencies for openproject 
Going to remove OpenProject (13.4.1) 
Showing README for openproject=13.4.1 
Configuring openproject=13.4.1 
Configuring openproject=13.4.1 
Executing interface configure for openproject 
No interface defined 
Stopping docker-app-openproject (via systemctl): docker-app-openproject.service. 
522ad0d58d2b504a8d7757e632d661f24badf3967a657c5e47fd820295471d9a 
522ad0d58d2b504a8d7757e632d661f24badf3967a657c5e47fd820295471d9a 
perl: warning: Setting locale failed. 
perl: warning: Please check that your locale settings: 
       LANGUAGE = (unset), 
       LC_ALL = (unset), 
       LC_ADDRESS = "en_GB.UTF-8", 
       LC_NAME = "en_GB.UTF-8", 
       LC_MONETARY = "de_CH.UTF-8", 
       LC_PAPER = "en_GB.UTF-8", 
       LC_IDENTIFICATION = "en_GB.UTF-8", 
       LC_TELEPHONE = "en_GB.UTF-8", 
       LC_MEASUREMENT = "de_CH.UTF-8", 
       LC_TIME = "de_CH.UTF-8", 
       LC_NUMERIC = "de_CH.UTF-8", 
       LC_CTYPE = "C.UTF-8", 
       LANG = "de_DE.UTF-8" 
   are supported and installed on your system. 
perl: warning: Falling back to a fallback locale ("de_DE.UTF-8"). 
Removing localhost from LDAP object 
Multifile: /etc/apache2/sites-available/000-default.conf 
Module: create_portal_entries 
Multifile: /etc/apache2/sites-available/default-ssl.conf 
Multifile: /etc/postgresql/9.6/main/pg_hba.conf 
File: /etc/univention/service.info/services/univention-appcenter.cfg 
Reloading apache2 configuration (via systemctl): apache2.service. 
Installing join script /var/cache/univention-appcenter/appcenter.software-univention.de/5.0/openproject_20240326204301.uinst 
univention-run-join-scripts: runs all join scripts existing on local computer. 
copyright (c) 2001-2023 Univention GmbH, Germany 

Running pre-joinscripts hook(s):  done 
Running 01univention-ldap-server-init.inst skipped (already executed) 
Running 02univention-directory-notifier.inst skipped (already executed) 
Running 03univention-directory-listener.inst skipped (already executed) 
Running 04univention-ldap-client.inst skipped (already executed) 
Running 05univention-bind.inst skipped (already executed) 
Running 08univention-apache.inst skipped (already executed) 
Running 10univention-ldap-server.inst skipped (already executed) 
Running 11univention-heimdal-init.inst skipped (already executed) 
Running 11univention-pam.inst skipped (already executed) 
Running 15univention-directory-notifier-post.inst skipped (already executed) 
Running 15univention-heimdal-kdc.inst skipped (already executed) 
Running 18python-univention-directory-manager.inst skipped (already executed) 
Running 20univention-directory-policy.inst skipped (already executed) 
Running 20univention-join.inst skipped (already executed) 
Running 20univention-ldap-config-master.inst skipped (already executed) 
Running 22univention-directory-manager-rest.inst skipped (already executed) 
Running 26univention-nagios-common.inst skipped (already executed) 
Running 30univention-appcenter.inst skipped (already executed) 
Running 30univention-monitoring-client.inst skipped (already executed) 
Running 30univention-nagios-client.inst skipped (already executed) 
Running 33univention-portal.inst skipped (already executed) 
Running 34univention-self-service.inst skipped (already executed) 
Running 35univention-appcenter-docker.inst skipped (already executed) 
Running 35univention-management-console-module-appcenter.inst skipped (already executed) 
Running 35univention-management-console-module-diagnostic.inst skipped (already executed) 
Running 35univention-management-console-module-ipchange.inst skipped (already executed) 
Running 35univention-management-console-module-join.inst skipped (already executed) 
Running 35univention-management-console-module-lib.inst skipped (already executed) 
Running 35univention-management-console-module-quota.inst skipped (already executed) 
Running 35univention-management-console-module-reboot.inst skipped (already executed) 
Running 35univention-management-console-module-services.inst skipped (already executed) 
Running 35univention-management-console-module-setup.inst skipped (already executed) 
Running 35univention-management-console-module-sysinfo.inst skipped (already executed) 
Running 35univention-management-console-module-top.inst skipped (already executed) 
Running 35univention-management-console-module-ucr.inst skipped (already executed) 
Running 35univention-management-console-module-udm.inst skipped (already executed) 
Running 35univention-management-console-module-updater.inst skipped (already executed) 
Running 35univention-management-console-module-welcome.inst skipped (already executed) 
Running 35univention-self-service-master.inst skipped (already executed) 
Running 35univention-self-service-passwordreset-umc.inst skipped (already executed) 
Running 35univention-server-overview.inst skipped (already executed) 
Running 36univention-management-console-module-apps.inst skipped (already executed) 
Running 40univention-postgresql.inst skipped (already executed) 
Running 50collabora.inst skipped (already executed) 
Running 50nextcloud.inst skipped (already executed) 
Running 67univention-mail-server.inst skipped (already executed) 
Running 81univention-nfs-server.inst skipped (already executed) 
Running 82univention-mail-dovecot.inst skipped (already executed) 
Running 90univention-bind-post.inst skipped (already executed) 
Running 91univention-saml.inst skipped (already executed) 
Running 92univention-management-console-web-server.inst skipped (already executed) 
Running 94openvpn4ucs.inst skipped (already executed) 
Running 98univention-pkgdb-tools.inst skipped (already executed) 
Running 51openproject-uninstall.uinst done 
Running post-joinscripts hook(s):  done 
Potential script hook folder is unused: /var/lib/univention-appcenter/apps/openproject/local/hooks/post-remove.d

Hi,
I was facing a very similar error, w/ same version of UCS and OpenProject. It was also failing at the
bundle exec rake part, but w/o additional details. Your post led me to the solution:
I had openproject installed (and removed after some testing) years ago. Seems the DB was still existing and causing issues now during installation. The following command solved it for me (it deletes the openproject database, so really only use that if you don’t need any previous data)

PGPASSWORD="$(cat /etc/postgres-openproject.secret)" dropdb -U openproject -h localhost openproject

Hope it helps anyone encountering a similar problem.

1 Like
Mastodon