You must define OPENEDX_RELEASE in upgrading from ironwood to juniper

Hello, I am upgrading from ironwood to juniper.
I have restored mysql and mongodb from ironwood to juniper.
In running juniper migration $ /edx/app/edx_ansible/edx_ansible/util/install/native.sh --tags migrate,
I have received “You must define OPENEDX_RELEASE”.
How can i solve this? Please help me.

Hello @HlaThit,

You must have forgotten to set OPENEDX_RELEASE variable.

You can set it like this:

export OPENEDX_RELEASE=open-release/juniper.master
1 Like

Thank you for your reply and help.

1 Like