mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-12 09:17:41 +03:00
M #-: restore database in case no migrators (#45)
This commit is contained in:
parent
890a849be9
commit
a74be9abb8
@ -320,7 +320,12 @@ class OneDB
|
||||
'with non-commercial deployments they are provided ' \
|
||||
"via a\ndedicated migration package, which must be " \
|
||||
'obtained separately.'
|
||||
0
|
||||
|
||||
puts
|
||||
puts 'The database will be restored'
|
||||
restore(ops[:backup], :force => true)
|
||||
|
||||
-1
|
||||
rescue Exception => e
|
||||
puts
|
||||
puts e.message
|
||||
|
Loading…
Reference in New Issue
Block a user