0

We are using Marklogic 8.0-4 version.

I have a database backup from MarkLogic database. I want to restore it to a new database name on the same server. It is possible?

Dave Cassel
  • 8,352
  • 20
  • 38
Antony
  • 966
  • 8
  • 19

1 Answers1

1

The configuration of the new database needs to match the configuration from the backup. Create a new database by copying the configuration from an existing database

Then use the admin api xdmp:database-restore to restore the backup, specifying the new database name.

I haven't had a chance to test this, so I'm not sure of the exact details, but this should get you pointed in the right direction.

Mike Gardner
  • 6,611
  • 5
  • 24
  • 34