My company is preparing to test the 2020.2 upgrade. In order to test our production workflows, we are taking a back-up of the production gallery and want to restore it to our development server. Have any of you done this? I am trying to anticipate configuration issues that may arise.
I would simply do a backup and restore.
backup existing server:
https://help.alteryx.com/current/server/mongodb-backups
Install server on a new machine (dev) then do a restore from the previous backup:
https://help.alteryx.com/current/server/server-host-recovery-guide
You might want to disable / stop all scheduled or they will run twice in dev and prod (except if prod is shut down).
You will have to give the new gallery URL to users being part of the test.
ensure that all databases drivers are installed on the new server as well as DNS for ODBC etc
if you follow this:
1- backup existing server:
https://help.alteryx.com/current/server/mongodb-backups
2- Do a restore from the previous backup on another server:
https://help.alteryx.com/current/server/server-host-recovery-guide
In particular you will need the original settings file from the existing server:
RuntimeSettings.xml from the original server found here: %PROGRAMDATA%\Alteryx\RuntimeSettings.xml.
I have completed the restore and the objects look good on the host server. I am having two issues. I am unable to save a new workflow to the Gallery, seems to be stuck validating the other when using the gallery URL, chrome spins trying to load the home page
I got chrome working, however the problem of saving a workflow still remains