FastX 3.2 uses a generic database architecture that is not compatible with 3.1 and below. You should export your 3.1 configuration before upgrading to 3.2. If you are updating from 2.X, new configurations need to be made unless you can first upgrade to v 3.1 and then follow the below instructions.
Migrate the configuration (bookmarks, profiles, admins, load balancing, etc.) from the FastX 3.1 database with these simple steps:
- Shutdown the FastX3.1 service: systemctl stop fastx3
- Download: www.starnet.com/files/private/FastX3/export-3.1.tgz
- Extract it: tar xf export-3.1.tgz
- Export the 3.1 configuration: export-3.1/export.sh
This will convert the 3.1 data into the 3.2 “standalone” format in the directory /usr/lib/fastx/var/local/store. If you will be running a standalone (not clustered) version of FastX, you are done. If you want to migrate the standalone information to the cluster, see the clustering guide. |