Skip to content

Switching between branches

Tim Purschke edited this page Nov 24, 2023 · 1 revision

A switch between branches is not always possible without issues, as a "downgrade" of the database is not supported.

What is always possible is switching from main to develop branch, as the develop branch is never behind main.

But if you want to switch back from develop from main and yo encounter an error e.g. while installing the API metadata, you have to stay on the develop branch until a new Firewall Orchestrator version is released. Then you may switch back to main branch and make an upgrade.

Clone this wiki locally