Performing an offline restore - PingDirectory - 9.0

PingDirectory

bundle
pingdirectory-90
ft:publication_title
PingDirectory
Product_Version_ce
PingDirectory 9.0
category
Product
pd-90
pingdirectory
ContentType_ce

Use the restore command to restore a backed up backend.

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