Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1002 Bytes

2_7_0.rst

File metadata and controls

33 lines (19 loc) · 1002 Bytes

2.7.0

Upgrading

Important

Redis config section update is required.

Please update redis section in your config files according to the examples.

Important

Redis DB conversion is required.

Moira 2.7 has some structure changes in Redis DB.

You can upgrade from moira 2.6.2 using corresponding flag in --from-version variable.

moira-cli --config=/etc/moira/cli.yml --update --from-version=2.6

If you would like to downgrade back to Moira 2.6.2, you should run CLI-converter.

moira-cli --config=/etc/moira/cli.yml --downgrade --to-version=2.6

Both cases imply usage of Moira-Cli v.2.7, you can find it on Release Page.

What’s Changed