Manually Backing up Secret Server

You are viewing documentation for a version of Secret Server that is no longer supported. Delinea supports Secret Server for one year after release. This version has passed that window and will no longer receive updates. We strongly recommend upgrading to a supported version. Visit the current version of this page for the latest documentation.
For release dates, end-of-support timelines, and upgrade guidance, see the Secret Server Product Lifecycle page.
You can view the latest version of the Secret Server documentation here.

To back up your Secret Server installation:

Your Secret Server instance may be running during this procedure.
  1. Navigate to the directory where Secret Server is installed.

  2. Copy the folder (holding the application) to your back up location.

  3. Open your SQL Server Management Studio.

  4. Right click the database your Secret Server is running on, and select Tasks > Backup.

  5. Click the Add button. You will be prompted to enter a file path.

  6. Make sure SQL Server has permissions for this location.

  7. Copy the resulting database backup file to your backup location.

You can also automate steps 2-4 using the command: osql -S myserver\SQLEXPRESS -E - Q "BACKUP DATABASE SECRETSERVER TO DISK = 'c:\backup\ss.bak'.