automation-suite
2023.10
false
- Overview
- Requirements
- Installation
- Post-installation
- Migration and upgrade
- Upgrading Automation Suite on EKS/AKS
- Step 1: Moving the Identity organization data from standalone to Automation Suite
- Step 2: Restoring the standalone product database
- Step 3: Backing up the platform database in Automation Suite
- Step 4: Merging organizations in Automation Suite
- Step 5: Updating the migrated product connection strings
- Step 6: Migrating standalone Orchestrator
- Step 7: Migrating standalone Insights
- Step 8: Migrating standalone Test Manager
- Step 9: Deleting the default tenant
- Performing a single tenant migration
- Migrating from Automation Suite on Linux to Automation Suite on EKS/AKS
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Troubleshooting
- The backup setup does not work due to a failure to connect to Azure Government
- Pods in the uipath namespace stuck when enabling custom node taints
- Unable to launch Automation Hub and Apps with proxy setup
- Pods cannot communicate with FQDN in a proxy environment
- Test Automation SQL connection string is ignored
- EKS backup failure due to Velero version
- Velero backup fails with FailedValidation error
- Accessing FQDN returns RBAC access denied error
Automation Suite on EKS/AKS installation guide
After completing the migration, take the following steps:
- Remove the old cache keys. Details...
- Update the AD integration and authentication settings. Details...
- Validate the Insights migration. Details...
- Validate the Test Manager migration. Details...
Step 4: Validating the Test Manager migration
To ensure a successful synchronization between Test Manager and ALM systems, follow these steps to reconfigure the Test Manager in Automation Suite:
- Reconfigure the Automation Suite Test Manager URL in your ALM systems to reflect the correct location of the Test Manager.
- Confirm that you can access Test Manager using the updated Automation Suite URL.
- Ensure all projects and their underlying resources, including test cases, requirements, and related data, are fully restored and accessible.
- Confirm that all attachments are correctly located in the external storage and can be downloaded without issues.
- Reconfigure robots to point to the correct Orchestrator URL to ensure they function properly.
- Update the Test Manager URL in Studio with the updated Test Manager in Automation Suite URL.
Troubleshooting
- If migration fails due to another operation that is already in progress, this occurs when ArgoCD is actively processing another job or deployment for Test Manager, preventing the migration script from executing. To solve this, follow these steps:
- Open the Arco CD UI and check the status of running processes related to Test Manager.
- Wait until all processes are completed, and confirm that all pods are in a healthy state.
- Re-run the the Test Manager migration script.
- If the script fails to execute due to a bad interpreter, follow these steps:
- Open a terminal in the directory where the Test Manager migration script is located.
- Run the following command:
dos2unix testmanager_migrator.shdos2unix testmanager_migrator.sh