Hello Experts,
We are using Alteryx 2021.1 version; can we migrate 2021.1 to 2024.1 directly?
Do we need to follow any interim process, can anyone please guide us.
Thanks,
Mohan.
There has been a couple of changes of Mongo DB schema from 2021.2 to the latest version.
When Mongo DB schema changes from previous version, Mongo DB migration process take places.
I strongly recommend you to ask consultant from Support team, but in my understanding:
1) First, you need to upgrade from 2021.2 to the version which Mongo DB schema changes at first from 2021.2. And, continue upgrade to next version which Mongo DB schema changes at first from the upgraded version likewise.
2) You can skip some version which Mongo DB schema does not change from previous version.
For reference, our company upgraded from 2022.3 to 2023.2, without having upgraded to 2023.1.
You cannot directly upgrade from version 2021.1 to version 2024.1. Instead, you will need to upgrade through several interim versions. Here are some important notes based on my experience:
1. Upgrade to version 2022.1.
- Generate a new controller token. This is because the old controller token is 40 bytes long, while the new controller token is 64 bytes.
2. Next, upgrade to version 2022.3 (or 2023.1).
- This update changes the encryption of passwords from bcrypt to the Windows Crypto API.
3. Finally, upgrade to version 2024.1.
Depending on the size of your gallery, you may encounter issues when upgrading to version 2022.3. For instance, I couldn't upgrade my gallery from 2022.1 to 2022.3 or 2023.1 because it contained over 6,000 workflows. The re-encryption process would have taken over 192 hours. Instead, my Alteryx community downloaded each workflow, evaluated them, refactored many workflows, consolidated or retired several workflows where necessary, and then uploaded the new workflows to a new gallery instance. Although this process was time-consuming, we experienced substantial performance improvements, and the number of workflows decreased to 1,200.
Hello experts, thanks for your valuable suggestions