I have mlcp (v9.0.4) installed on Application Server Connecting to DB1 database in Database server (ML v 9.0.4)
Consider: DB1 forests are in /data/db_data/Forests/forest1 DB2 listens to port 1111
I am trying to run following on Application server
./mlcp.sh import -mode local -host DBSERVER -port 1111 -user uname -password xxx -input_file_path file:///DBSERVER/data/db_data/Forests/forest1 -input_file_type forest
DB1 forests to DB2 forests (both databases are running on same host).
mlcp seems to be looking for the path in Application server instead of DBSERVER and hence throwing an error: Input file path does not exist. What is the right way to do it?
I can do mlcp copy, but wanted to confirm:
- this option does not work
- mlcp copy seems slower due to the filter conditions given.
Direct question would be - What is the best way to migrate data from one content database to another content database? MLCP copy does that but its too slow from me.