Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Windows AD to SAML

mieszczak
7 - Meteor

Hello,

 

I'm migration our server instance from Windows AD to SAML. We got the SAML authentication working on the server and created a new MongoDB for the SAML instance however I am not sure how to proceed in migrating app packages from the old AD mongoDB to the new SAML MongoDB.

 

Any help would be appreciated. 

1 REPLY 1
KevinP
Alteryx Alumni (Retired)

@mieszczak With 2018.4 and higher it is possible to migrate workflows from one server to another using the migration API endpoints. This would be the only option available to migrate the workflows from one database to a new one. The other option would be to have all of the users manually republish each of their workflows. 

 

Please keep in mind that the workflow migration process only moves the workflows from one environment to the another. It does not migrate users, schedules, results, or any other information. If you are interested in attempting to utilize this functionality you would need to bring the server back up with the original MongoDB and auth type, mark the workflows for migration, and export all of them using the API. Then you would need to swap to the new auth type and associated MongoDB, and use the API to import those workflows. More information on the process and details of the API endpoints can be found in the help documentation and the following KB article.

 

https://help.alteryx.com/server/current/admin/Administration/Workflows.htm?Highlight=migration

 

https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/Migrating-Workflows/ta-p/335774