database - Copying (Cloning) DB to another Vertica Cluster with Different no. of Nodes and Different IP Addresses -
i have requirement have copy complete db single node installation 2 nodes cluster of vertica. per documentation not possible.
are there no workaround methods performing this?
we may not have same no. of nodes in different clusters when pre-prod , prod case. method must exist doing this.
kindly advise on same.
unfortunately not possible @ time.
you can export single node, add node. side note, want @ least 3 nodes production environment.
for users, roles , permissions, see datadug.com's export script.
with regards moving data, have few options:
export vertica
- allows for export of entire table, specific columns, or result ofselect
copy vertica
- works similiarexport
not allow result ofselect
vsql
- import flat files piping out input output ofvsql
command usingcopy
Comments
Post a Comment