Backup and Restore History Conversions
Please follow the steps below if you need to back up your history conversions and restore them to another computer.
Backup
- Install the latest version of pgAdmin 4, which can be downloaded at https://www.pgadmin.org/.
- Right click on Servers and select Register > Server to connect to the database of FortiConverter:
- Input a name the server in tab General, click on tab Connection and input the following information:
- Host name/address:"127.0.0.1" (or “localhost”)
- Username: "postgres"
- Password: "portgres"
- Click Save.
- Open the server, right-click on the database django and select Backup…:
- Select a path in Filename and click Backup:
- Go to path and backup all the folders, which will be referred as conversion backup files:
The backup file, which will be referred as database backup file, would be saved to the specified path.
C:\Users\<Windows user name>\AppData\Roaming\Fortinet\FortiConverter\conversions
Restore
- Move the database backup file and the conversion backup files to the computer you would like to restore FortiConverter.
- Install the same version of FortiConverter as the old computer on the new one. Please do not do any conversion on FortiConverter before restoring the data.
- Follow the same process in the backup steps to install pgAdmin and connect to the database of FortiConverter.
- Open the server, right-click the database djangodb and select "Delete/Drop" to delete djangodb.
- Right click on the database server of FortiConverter and select Create > Database.
- Input "djangodb" as the database name and click Save to recreate it.
- Right click on djangodb, select Restore.
- Select the path of the database backup file retrieved from the Backup process above, and click Restore:
- Install the version of FortiConverter you want.
- Go to path
C:\Users\<Windows user name>\AppData\Roaming\Fortinet\FortiConverter\conversions
and copy the conversion backup files into this folder. - Open FortiConverter, and the backup conversions should be accessible on the conversion page.