Hi all,
We want to migrate our java microservices to SB3 hence we need to update camunda-spring-boot-starter version.
Given we will execute all required DB scripts for each minor version in required order, can we do it in a single app deployment by updating library version directly to 7.22?
Documentation states we should do 1 minor version at a time but I am not sure if there are any blockers except DB schema updates?
You’re correct, running the DB scripts in order followed by replacing the static artifacts should works fine.
But obviously you should create a backup before starting this process.
2 Likes