VICTOR says: Hello. I am using spring-db4o support to persist my database, working in client server mode and I am using the single instance of ObjectContainer through out my application which is configured using the db4otemplate provided by spring.
When I use DB4oTemplate.backup() method an error occurs: DB4oNotSupportedException. My question is: Is possible to backup the database in client server mode? If not, How to backup the database?
I'll be grateful for your suggestions


: Is possible to backup the database in client server mode? If not, How to backup the database?
Reply With Quote
