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:

  1. export vertica - allows for export of entire table, specific columns, or result of select
  2. copy vertica - works similiar export not allow result of select
  3. vsql - import flat files piping out input output of vsql command using copy

Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -