Traceback (most recent call last):
File "/usr/bin/octane", line 10, in <module>
sys.exit(main())
File "/usr/lib/python2.7/site-packages/octane/app.py", line 54, in main
return OctaneApp().run(argv)
File "/usr/lib/python2.7/site-packages/cliff/app.py", line 255, in run
result = self.run_subcommand(remainder)
File "/usr/lib/python2.7/site-packages/cliff/app.py", line 374, in run_subcommand
result = cmd.run(parsed_args)
File "/usr/lib/python2.7/site-packages/cliff/command.py", line 54, in run
self.take_action(parsed_args)
File "/usr/lib/python2.7/site-packages/octane/commands/restore.py", line 56, in take_action
self.get_context(parsed_args))
File "/usr/lib/python2.7/site-packages/octane/commands/restore.py", line 31, in restore_data
archivator.restore()
File "/usr/lib/python2.7/site-packages/octane/handlers/backup_restore/postgres.py", line 96, in restore
self._post_restore_action()
File "/usr/lib/python2.7/site-packages/octane/handlers/backup_restore/postgres.py", line 162, in _post_restore_action
c_id, c_data = line.split("|", 1)
ValueError: need more than 1 value to unpack
Traceback (most recent call last): exit(main( )) python2. 7/site- packages/ octane/ app.py" , line 54, in main ).run(argv) python2. 7/site- packages/ cliff/app. py", line 255, in run subcommand( remainder) python2. 7/site- packages/ cliff/app. py", line 374, in run_subcommand parsed_ args) python2. 7/site- packages/ cliff/command. py", line 54, in run take_action( parsed_ args) python2. 7/site- packages/ octane/ commands/ restore. py", line 56, in take_action get_context( parsed_ args)) python2. 7/site- packages/ octane/ commands/ restore. py", line 31, in restore_data restore( ) python2. 7/site- packages/ octane/ handlers/ backup_ restore/ postgres. py", line 96, in restore _post_restore_ action( ) python2. 7/site- packages/ octane/ handlers/ backup_ restore/ postgres. py", line 162, in _post_restore_ action
File "/usr/bin/octane", line 10, in <module>
sys.
File "/usr/lib/
return OctaneApp(
File "/usr/lib/
result = self.run_
File "/usr/lib/
result = cmd.run(
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
archivator.
File "/usr/lib/
self.
File "/usr/lib/
c_id, c_data = line.split("|", 1)
ValueError: need more than 1 value to unpack