Was this helpful?
clonedb Example
Copy database mydb from the server vector-cluster5 in the II_SYSTEM location /opt/Actian/IngresG3 into the target database mydb2 on the server vector-cluster6 in the II_SYSTEM location /opt/Actian/IngresG8, as the ingres user on target server, using SSH authentication key.
clonedb -source_dbname mydb -source vector-cluster5 ‑source_ii_system /opt/Actian/IngresG3 -target vector-cluster6 -target_ii_system /opt/Actian/IngresG8 -targetdb mydb2 -target_user ingres -key ~/.ssh/id_rsa
Last modified date: 01/30/2023