diff --git a/src/onedb/onedb.rb b/src/onedb/onedb.rb index 4b32e174ba..09b9f48ae0 100644 --- a/src/onedb/onedb.rb +++ b/src/onedb/onedb.rb @@ -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