Only a single backend can be restored at a time.

The Directory Server must be shut down before performing an offline restore.

Note:

The server root directory should never be restored from a file system backup or snapshot.

  1. To stop the Directory Server run the following command.
    $ bin/stop-server
  2. To restore a saved backup, run the following command.
    $ bin/restore --backupDirectory </path/to/backup/userRoot>
  3. To start the server, run the following command.
    $ bin/start-server