Was this helpful?
clonedb Example
Copy database mydb from the server analyticsengine-cluster5 in the II_SYSTEM location /opt/Actian/Analytics EngineV3 into the target database mydb2 on the server analyticsengine-cluster6 in the II_SYSTEM location /opt/Actian/AnalyticsEngineG8, as the actian user on target server, using SSH authentication key.
clonedb -source_dbname mydb -source analyticsengine-cluster5 ‑source_ii_system /opt/Actian/AnalyticsEngineV3 -target analyticsengine-cluster6 -target_ii_system /opt/Actian/AnalyticsEngineG8 -target_dbname mydb2 -target_user actian -key ~/.ssh/id_rsa
Last modified date: 09/11/2026