Migrate from Plumber to Workflow

Umbraco Workflow is backwards compatible with Plumber data. However, with a new default namespace constituting a major breaking change any existing customization or extension needs to be updated.

To migrate from an Umbraco installation with an existing Plumber installation to Umbraco Workflow, follow these steps:

  1. Uninstall Plumber and remove the /App_Plugins/Plumber folder.

  2. Upgrade your project to Umbraco 11.

  3. Install Umbraco Workflow 11. See the Installing Umbraco Workflow article.

  4. Build the application.

SQL is the preferred database provider for production websites.

All your existing workflow data and settings are not affected and will be available on your upgraded site.

Last updated