You can restore backed up data from your IG Server to a newly installed IG Server by running a supplied script from the system console or an SSH terminal session.
The restore must be performed to a new IG Server installation. The overall steps are:
|
To enable an SSH session:
From the Home page, click System > Security > SSH Access.
SSH configuration options are displayed.
From the SSH client, connect to your IG Server.
Leaving SSH access enabled for extended periods might represent a security risk. You should consider disabling SSH when not using it. |
To restore from a locally mounted partition, type the following from the command line:
$ sudo su - # cd <LOCATION-OF-BACKUP> # igp-restore-database.sh <BACKUP-FILENAME>
where <LOCATION-OF-BACKUP>
is the folder containing the backup file and <BACKUP-FILENAME>
is the name of the backup file.
Typically, this might be database-backup-<YYYY>_<MM>_<DD>_pg_bck.gz
The script stops all system services then discards the current database before restoring the backup. |
© 1995–2019 Clearswift Ltd.