Top
Enterprise Postgres 17 Installation and Setup Guide for Server

4.6.6 pg_rman

4.6.6.1 Setting Up pg_rman

  1. As superuser, run the following command:

    $ su -
    Password:******
    # cp -r /opt/fsepv<x>server64/OSS/pg_rman/* /opt/fsepv<x>server64
  2. Restart Fujitsu Enterprise Postgres.

Information

Before initialization of the backup catalog, it is recommended to set the parameters below in postgresql.conf. Refer to the pg_rman manual (http://ossc-db.github.io/pg_rman/index-ja.html) for details.

  • log_directory

  • archive_mode

  • archive_command

Note

This feature cannot be used on instances created in WebAdmin. It can only be used via server commands.

4.6.6.2 Removing pg_rman

  1. As superuser, run the following command:

    $ su -
    Password:******
    # rm -rf /opt/fsepv<x>server64/filesCopiedDuringSetup

    Information

    The files copied during setup can be checked below.

    # find /opt/fsepv<x>server64/OSS/pg_rman
  2. Restart Fujitsu Enterprise Postgres.