Page 1 of 1

vbr.py

Posted: Mon Aug 08, 2016 5:47 pm
by sreediff
can vbr.py be used to copy tables between two servers.?

Re: vbr.py

Posted: Fri Aug 12, 2016 4:11 pm
by NorbertKrupa
Not sure what enhancements have been made, but vbr.py was intended for a database level backup/restore. For a table level copy, I would use EXPORT TO VERTICA or COPY FROM VERTICA (note that the table structure does not get copied)

Re: vbr.py

Posted: Sat Aug 13, 2016 2:08 am
by JimKnicely
Check out the "Replicating Tables and Schemas to an Alternate Database" doc:
https://my.vertica.com/docs/7.2.x/HTML/ ... luster.htm

Or, check out the "Copying and Exporting Data" doc:
https://my.vertica.com/docs/7.2.x/HTML/ ... ngData.htm