UiPath Documentation
automation-suite
2.2510
true
Automation Suite on Linux installation guide

Migrating in-cluster objectstore to external objectstore

Migrate from in-cluster objectstore to an external objectstore configuration in Automation Suite.

To migrate from in-cluster objectstore to external objectstore, take the following steps:

  1. Update the external objectstore parameters in the cluster_config.json file. For details, refer to External Objectstore configuration.

  2. Run the prerequisites creation command:

    ./bin/uipathctl prereq create /opt/UiPathAutomationSuite/cluster_config.json --versions versions/helm-charts.json
    ./bin/uipathctl prereq create /opt/UiPathAutomationSuite/cluster_config.json --versions versions/helm-charts.json
    
  3. Rerun the uipathctl installer:

    ./bin/uipathctl manifest apply cluster_config.json --versions versions/helm-charts.json
    ./bin/uipathctl manifest apply cluster_config.json --versions versions/helm-charts.json
    
  4. Ensure that the files have been copied accurately, then create a backup of the Ceph data on an alternative storage solution, such as NFS. This step is crucial in preventing possible data loss.

  5. Once all products are configured to connect with the external objectstore, you can uninstall Ceph by running the following command:

    uipathctl rke2 objectstore uninstall
    uipathctl rke2 objectstore uninstall
    

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated