Eramba Upgrade: 3.29.x to 3.30.x

Hi everyone,

Can u please give me the guide lines to upgrade my eramba from 3.29.x version to the new version 3.30.x i am using community and i was try to upgrade it on eramba web but without success

Hey! To get the update done, follow the guides in the release notes here:

This update needs a docker image switch, so no need to update through the UI!

I was also confused, seeing that the release notes said to use those instructions but the dashboard still showed an update button.

We are making a change to avoid any confusion. From now on, whenever an image switch is required, the UI update will be disabled and you will see a message letting you know that an image switch is needed, along with the release note link. This will apply when updating to version 3.31!

Hi

I have try to upgrade my eramba version frotm 3.29.x to 3.30.x and i was did all the criteria to upgrade and i have the issue below:
Eramba Community 3.29.1

2

3

Docker image updated successfully:

4

5

sha256:76e42c49dc122abb4bca536929d762862fd0f00b34cab95290a4f04950d738ed

6

7

Upgrade attempt:

8

3.29.1 → 3.30.0

9

10

Failure:

11

Class “Doctrine\Inflector\InflectorFactory” not found

12

13

Migration:

14

20251014153021 SecurityServiceCalendarCleanupMigration

15

16

Verification:

17

docker exec eramba bash -c “php -r ‘var_dump(class_exists(\“Doctrine\\Inflector\\InflectorFactory\”));’”

18

returns:

19

bool(false)

20

21

Upgrade rolls back automatically after data migrations start.

Running data migrations.

== 20251014153021 SecurityServiceCalendarCleanupMigration: migrating

Class “Doctrine\Inflector\InflectorFactory” not found

Data migrations failed.

Migration process failed.