Performing an offline restore - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

Use the restore command to restore a backed up backend.

Only a single backend can be restored at a time.

The PingDirectory 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 PingDirectory 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