The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
When do I use the Import/Export Option of Backup / Restore?
I am trying to do an export (and an import) from one vertica database to another vertica database. These two databases are physically separated in two different clusters. Source vertica is version 5 and destination is version 6. I have tried both export and import function and I am getting following errors: Exporting from source: dbadmin=> CONNECT TO VERTICA dw_test_1 USER dbadmin PASSWORD ‘xxxxxxxx’ ON ‘npdwa1′,5433; CONNECT dbadmin=> EXPORT TO VERTICA dw_test_1.VH_090002.BUSINESS_LVL_DIMENSION FROM VH_090002.BUSINESS_LVL_DIMENSION; ERROR: NetworkSend: failed to open connection to node v_dw_test_1_node0001 (socket error: No route to host) ERROR: [dw_test_1] Execution canceled by operator Once the export did not work, I tried to copy from the destination as following Importing from destination dbadmin=> CONNECT TO VERTICA dw_dev_1 USER dbadmin PASSWORD ‘xxxxxxxx’ ON ‘npdwd1′,5433; CONNECT dbadmin=> COPY VH_090002.BUSINESS_LVL_DIMENSION FROM VERTICA dw_dev_1.VH_090002.BUSINESS_LVL_DIMENSION DIRECT; ERROR 32633: [dw_dev_1] NetworkSend: failed to open connection to node v_dw_test_1_node0001 (socket error: No route to host) dbadmin=> COPY VH_090002.BUSINESS_LVL_DIMENSION FROM VERTICA dw_dev_1.VH_090002.BUSINESS_LVL_DIMENSION DIRECT; ERROR 0: [dw_dev_1] NetworkSend: failed to open connection to node v_dw_test_1_node0001 (socket error: No route to host) Any suggestions?
0
Comments