I’m currently trying to upgrade our Eramba Community v3.28.3 installation to 3.29.0. To do this I have replaced the running container image with ghcr.io/eramba/eramba:3.29.0-13. However that image fails to start with the following message:
Composer Exclude Files plugin activated.
PHP CodeSniffer Config installed_paths set to ../../cakephp/cakephp-codesniffer,../../slevomat/coding-standard
Welcome to Eramba installation procedure!
> App\Console\Installer::postInstall
Created `config/app_local.php` file
Please enter the following database details to continue.
You entered information:
Database host: localhost
Database login username:
Database login password:
Database name:
Database port: 3306
Updated Database credentials in config/app_local.php
Created `/var/www/eramba/app/upgrade/tmp/cache/views` directory
Created `/var/www/eramba/app/upgrade/tmp/sessions` directory
Created `/var/www/eramba/app/upgrade/tmp/tests` directory
Permissions set on /var/www/eramba/app/upgrade/tmp/cache/views
Permissions set on /var/www/eramba/app/upgrade/tmp/sessions
Permissions set on /var/www/eramba/app/upgrade/tmp/tests
Updated Security.salt value in config/app_local.php
sending incremental file list
.gitkeep
backups/.gitkeep
emails/.gitkeep
files/.gitkeep
files/account_reviews/.gitkeep
files/awareness/.gitkeep
files/awareness/questionnaires/.gitkeep
files/awareness/text_files/.gitkeep
files/awareness/videos/.gitkeep
files/translations/.gitkeep
files/uploads/.gitkeep
files/vendor_assessment/.gitkeep
resources/.gitkeep
resources/locales/.gitkeep
swagger/.gitkeep
sent 1,324 bytes received 323 bytes 3,294.00 bytes/sec
total size is 0 speedup is 0.00
sending incremental file list
.gitkeep
sent 183 bytes received 37 bytes 440.00 bytes/sec
total size is 0 speedup is 0.00
Using connection: default
-------------------------------------------------------------------------------
Database is currently not empty.
Running structural migrations.
using connection default
using paths /var/www/eramba/app/upgrade/config/Migrations
ordering by creation time
All Done. Took 0.0074s
Running data migrations.
using connection default
using paths /var/www/eramba/app/upgrade/plugins/DataMigrations/config/Migrations
ordering by creation time
== 20251016103230 VendorAssessmentQuestionScoringMigration: migrating
Class "Eramba\VendorAssessments\Models\VendorAssessmentQuestion" not found
Data migrations failed.
Migration process failed.
Initialisation process failed.
2026-03-30 13:22:25 warning: The connection is going to be closed but there is an active transaction.
Any idea what is going on?
Thanks,
Robert