How to restore the offline backup

#1

dear sir/mam,

 

kindly assist how to restore the backup 

#2

An ObjectDB backup is a valid database itself. Just replace the database file with the backup file.

ObjectDB Support
#3

the file which is used by the database is not replacing as it is currently in use

now how can i replace the backup file with the previously used file which is in use ?

kindly help !!!

#4

Close all connection to the database (close the EntityManagerFactory), restore, open it again.

ObjectDB Support

Reply