Backup fails, Urgent!
Hi,
We run Vertica on single node on amazon ec2.
i need urgently to backup it. i added new ebs, and mapped it to /vertica/backup
and keep failing to backup it localy on the same node. i tried all options in "backuphost" like (127.0.01, local ip, localhost etc.)
this is my config file:
[Misc]
snapshotName = luckyplay
verticaConfig = True
restorePointLimit = 1
objects = no
[Database]
dbName = LuckyPlay
dbUser = dbadmin
dbPassword = **********
[Mapping0]
dbNode = v_luckyplay_node0001
backupHost =
backupDir = /vertica/backup
and the result is:
[dbadmin@ip-1*-7*-***-** vertica]$ /opt/vertica/bin/vbr.py --task backup --config-file /vertica/luckyplay.ini
Preparing...
Found Database port: 5433
ERROR 5211: Unknown or unsupported object: no
When communicating with vertica, the process failed with code 1
backup failed!
Retrying... #1
ERROR 5211: Unknown or unsupported object: no
When communicating with vertica, the process failed with code 1
backup failed!
Retrying... #2
ERROR 5211: Unknown or unsupported object: no
When communicating with vertica, the process failed with code 1
backup failed!
Thanks in advance
Amit
We run Vertica on single node on amazon ec2.
i need urgently to backup it. i added new ebs, and mapped it to /vertica/backup
and keep failing to backup it localy on the same node. i tried all options in "backuphost" like (127.0.01, local ip, localhost etc.)
this is my config file:
[Misc]
snapshotName = luckyplay
verticaConfig = True
restorePointLimit = 1
objects = no
[Database]
dbName = LuckyPlay
dbUser = dbadmin
dbPassword = **********
[Mapping0]
dbNode = v_luckyplay_node0001
backupHost =
backupDir = /vertica/backup
and the result is:
[dbadmin@ip-1*-7*-***-** vertica]$ /opt/vertica/bin/vbr.py --task backup --config-file /vertica/luckyplay.ini
Preparing...
Found Database port: 5433
ERROR 5211: Unknown or unsupported object: no
When communicating with vertica, the process failed with code 1
backup failed!
Retrying... #1
ERROR 5211: Unknown or unsupported object: no
When communicating with vertica, the process failed with code 1
backup failed!
Retrying... #2
ERROR 5211: Unknown or unsupported object: no
When communicating with vertica, the process failed with code 1
backup failed!
Thanks in advance
Amit
0
Comments
Remove parameter to option object, i.e. it should look:
it seemed to work, now if i disconnect this ebs and reconnect it on another instanace, would i be able to restore it there?
Thanks again
AmitG
Yes, but with limitations:
- backup succeeded
- another instance has identical database topology: dbname and #nodes
- another instance is down
http://my.vertica.com/docs/7.1.x/HTML/index.htm#Authoring/AdministratorsGuide/BackupRestore/Restorin... to overcome a limitation of "same IP": http://www.verticablog.com/change-node-ip-address-vertica-7-1-version/#.VK2TfV0vDVMActually Adrian Oprea is an expert in this question. Try to ask him:
- http://www.aodba.com
- http://www.verticablog.com
Cheers.