Hi,
I have a server that runs on top of MDB. While provisioning is going on, I would like to take the backup of MDB (data.mdb and lock.mdb files). While trying to use mdb_copy command line tool, I noticed:
- mdb_copy utility hangs while server is up, I guess waiting for a lock (on DB?) to be released by the server.
- if I shutdown the server, mdb_copy works but copies only data.mdb and NOT lock.mdb