Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

zeebe-io/zeebe-upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeebe Upgrade Tools

This repository contains tools that helps to upgrade Zeebe from an old version to a newer one.

Usage

Download a release from the releases page.

Upgrade BPMN workflows using the following command:

java -jar zeebe-upgrade-workflows.jar <source-directory> <target-directory>

  • <source-directory> - the directory to read the BPMN files from
  • <target-directory> - the directory to write the upgraded BPMN files to

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to code-of-conduct@zeebe.io.