You can migrate an OnCommand Workflow Automation (WFA) installation to maintain the unique WFA database key that is installed during the WFA installation.
Steps
- Access WFA through a web browser as an admin.
- Back up the WFA database.
- Open a shell prompt on the WFA server and change directories to the following location: WFA_install_location/wfa/bin/
- Enter the following at the shell prompt to obtain the database key: ./wfa -key
- Note the database key that is displayed.
- Uninstall WFA.
- Install WFA on the required system.
- Open a shell prompt on the WFA server and change the directories to the following location: WFA_install_location/wfa/bin/
- At the shell prompt, install the database key by entering the following command: ./wfa -key=yourdatabasekey
yourdatabasekey is the key that you noted from the previous WFA installation.
- Restore the WFA database from the backup that you created.