Separate ODB files API

#1

Customer asked during opened ObjectDb connection (ODB location A) to stop writing and continue to another ODB file (Location B). Does exist some API to achieve that? What is a possible solution?

#2

You have to close the database in location A, copy it from location A to location B (unless it is replicated automatically) and then open the database in location B.

ObjectDB Support

Reply