Skip to content

Migration

chris edited this page Mar 22, 2021 · 1 revision

If you are using the Version from j-guyon/CommandSchedulerBundle you can make an easy update to this bundle.

Migrate to dukecity/command-scheduler-bundle 3.x:

Copy your configuration Code from /config/packages/scheduler.yaml in another temporary file.

Remove the existing bundle

composer remove jmose/command-scheduler-bundle

Install

Follow this Installation-Guide

Add the configuration from your temporary folder.

Until the Symfony Flex Recipe is available:

Until the Symfony Flex Recipe is available please do the following steps. Downloads the 2x files from https://github.com/symfony/recipes-contrib/tree/master/jmose/command-scheduler-bundle/2.0/config (or copy the existing ones before you uninstall it) and change the name. JMose => Dukecity jmose => dukecity

Change Root-Node

/config/packages/scheduler.yaml jmose_command_scheduler => dukecity_command_scheduler