Integrations & Setup
Factry Historian
Upgrading Factry Historian
prerequisites access to the factry historian portal, which is granted when purchasing a license download factry historian installation executable login to the factry historian portal and download the factry historian installation executable for your cpu architecture navigate to https //portal factry cloud login with your credentials once logged in, click downloads in the header menu in the downloads panel select a release channel ( stable ) select a product ( factry historian ) select a version select an os/platform ( linux/amd64 ) for an offline installation, click download to download the binary and manually copy it to the host system for installation on a system with internet access, click copy uri to copy the link and download it with e g wget we recommend to also download the metadata file to verify the signature place to executable (and metadata file) on a location where you have write access e g your home folder verify signature download factry's public key from our portal wget https //portal factry cloud/download/products pem then verify the binary against the provided signature, replacing vx x x with the correct version openssl dgst sha256 \\ verify products pem \\ signature <(sed n 's/ "signature" "\\( \\)" /\1/p' factry historian server vx x x meta \\ \| sed 's/\\\n/\n/g' \\ \| base64 d) \\ factry historian server vx x x if the output is verified ok , then proceed with the next steps if not, retry downloading the binary / signature file upgrade factry historian to upgrade an existing historian installation you can use the upgrade command sudo chmod a+x factry historian server vx x x linux x64 sudo /factry historian server vx x x linux x64 upgrade command line flags name description default value –clone clone the database to a new database before migrating true –keep old keep the old database after successfully migrating when clone is enabled false –skip reading release notes or s skip release notes confirmation before upgrading false