UiPath Documentation
automation-suite
2.2510
true
UiPath logo, featuring letters U and I in white

Automation Suite on Linux installation guide

Last updated Mar 26, 2026

Migrating in-cluster objectstore to external objectstore

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 instructions, see 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