automation-suite
2023.4
false
- Overview
- Requirements
- Installation
- Post-installation
- Migration and upgrade
- Upgrading Automation Suite on EKS/AKS
- Migration options
- 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 Insights
- Step 7: Deleting the default tenant
- Step 1: Removing old cache keys
- Step 2: Updating AD integration and authentication
- Step 3: Validating the Insights migration
- B) Single tenant migration
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Troubleshooting
Step 1: Removing old cache keys
OUT OF SUPPORT
Automation Suite on EKS/AKS Installation Guide
Last updated Nov 21, 2024
Step 1: Removing old cache keys
To clean up the Redis keys for Orchestrator and Identity, take the following steps:
-
For Orchestrator, navigate to the cloud-based Redis console and run the following command:
FLUSHDB
FLUSHDB -
For Identity, navigate to the cloud-based Redis console and run the following command:
SELECT 1 FLUSHDB
SELECT 1 FLUSHDB