Perform the migration to > 7.11

1
0
-1

Hello,

I'm trying to do a migration from Bonita 7.5.4 to Bonita 7.11.1

I configure the migration tool and in the "Config.properties" file I put the parameter target.version=7.11.1

When I run the tool I get an error: [ERROR] 7.11.1 is not yet handled by this version of the migration tool

I try also with target.version=7.11 but I have another error message.

How can I avoid the error?

Thanks in advance,

kind regards,

1 answer

1
0
-1

Starting from 7.11 the migration tool is not required any more to migrate between patch versions (patch is the Z in X.Y.Z) of the same minor version, this is very helpful.

If you want to migrate for example between a 7.11.0 and a 7.11.5 you don't need the migration tool (You still have to configure a new Bundle).

This has implied some changes in the migration tool code.

At present you can run the tool without the version parametrized in the Config file (commented out), and put it at runtime when prompted by the tool.

Hope it could help someone.

Cheers

Notifications