SailPoint backup and restore

Hello everyone,

I would like to ask about best practices for backing up and restoring SailPoint IdentityIQ.

Currently, I am:

  • Backing up all related databases

  • Taking snapshots of all SailPoint servers

However, I would like to understand:

  • What files and directories on the SailPoint servers should be backed up

  • The recommended restore approach in case of a failure or disaster

  • Whether there are any official SailPoint documents or community-recommended steps for full backup and recovery

Any guidance, best practices, or references would be greatly appreciated.

Thank you in advance for your help.

[

Hi,

There are some very important points to consider when discussing backups, not only for the database but also for customized files on the server.

Database backups are essential, nearly all IdentityIQ configuration (identities, roles, rules, workflows, certifications etc.) is stored in the database.

Server file backups should include all customizations, such as files under WEB-INF, custom, scripts, configuration files (like identityiq.properties), and any other custom code.

Before performing any upgrade, it is critical to back up all the items mentioned above, as stated in SailPoint documentation, since application files are overwritten during the upgrade process.

About the recovery process typically involves restoring the database and the customized files, followed by restarting the application.

Server snapshots can be helpful, but they do not replace consistent and proper database and filesystem backups.

Part of the installation documentation:
”Back up your IdentityIQ database and any customization you performed on the current installation. Any customization involving additions or changes to files in the IdentityIQ installation directory is overwritten by the upgrade procedure and will need to be reapplied when it is complete.”

1 Like

I also found this document that may help:

Hi islam,

Backing up your database is most important.

Also most important is backing up your change management system repository. eg: your git repo.

Backing up your application servers is less important, as you should be able to rebuild those without too much trouble.

Thanks for your effort.

Hi @LydiaLuczay,

Thanks.

Dear @IslamElkhouly

Could you please change the ‘accepted solution’ mark? It should be moved to @LydiaLu 's first or second comment, as those contain the actual fix/information about backup and restore.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.