IBM Security Identity Governance and Intelligence, Version 5.2.3.1

Setting up external storage for the Postgres database

If you are using the internal Postgres database and need more storage, you can use a network file system to link to external Postgres database.

Before you begin

The external directory must exist, and you must set up an NFS mount point to it. See Managing a network file system (NFS). After the mount point is created, ensure that all the nodes are synchronized. See Synchronizing a member node with a primary node.
Take a snapshot of the virtual appliance before you move the Postgres database to a Network File System. You can use the snapshot to recover from configuration errors, or if you need to restore the internal Postgres database later.
Note: If you revert to the internal Postgres database, the snapshot does not include any data that was added to the NFS database. You must explicitly take the database backup on the NFS database and restore it to the internal database. Refer to Postgres documentation for information about how to back up and restore the database.

About this task

This task must be performed on the master Postgres database on a primary node. No business operations can take place during the move to NFS. The time that is needed for the move depends on the size of the database.

Procedure

  1. Ensure that all changes are synchronized across the nodes.
  2. Click Configure > Postgres Management.
  3. Select the database to activate the options.
  4. Click Manage > Database > Move to NFS.
  5. Select the NFS mount point.
  6. Click Save Configuration.
  7. Synchronize the nodes. See Synchronizing a member node with a primary node.

Results

  • Data is stored externally through the NFS mount point.
  • Replication is disabled.
  • Move to NFS is disabled.
  • The slave database is removed from the Postgres Management table.

What to do next

Set up a Network File System replication server to back up your data. Refer to Postgres documentation for information about backing up and restoring the database.