View Categories

Updating Saleculator to the latest version

1 min read

You should always keep your Saleculator udpated to the latest version. When a new version of Saleculator is available you can check it by clicking the Update System button on the Maintenance screen or visiting the Saleculator website.

It is strongly recommended that you backup your database at regular intervals and before an upgrade.

The upgrade process will automatically update Saleculator database to the latest version. Before you get started, it’s a good idea to backup the data. This means if there are any issues you can restore data. Instructions to make a backup can be found in the below document.

https://www.saleculator.com/documentation/backup-saleculator-data

There are two methods for updating Saleculator. The easiest is the one-click update by clicking Update System button on Saleculator Maintenance screen, which will work for most people. If it doesn’t work, or you just prefer to be more hands-on, you can follow the manual update process.

To update Saleculator manually, please follow the below steps.

Windows #

1. Download latest version of Saleculator from below link
https://www.saleculator.com/downloads/

2. Delete the old Saleculator.jar file and lib folder from Saleculator folder

3. Unpack the downloaded zip file to Saleculator folder

Linux (with internet connection) #

1. Go to command shell by pressing CTRL+ALT+F1

2. Login to the shell using username and password

3. Execute below commands

# cd /opt/Saleculator
# rm -r *
# wget saleculator.com/download/latest.zip
# unzip latest.zip
# reboot

Linux (without internet connection) #

1. Download latest version of Saleculator from below link
https://www.saleculator.com/downloads/

2. Copy the downloaded file to a flash drive and connect to the Saleculator system

3. Go to command shell by pressing CTRL+ALT+F1

4. Login to the shell using username and password

3. Execute below commands

# cd /opt/Saleculator
# rm -r *
# mount /dev/sdb1 /flash
# cp /flash/latest.zip /opt/Saleculator
# unzip latest.zip
# reboot

Updating resources to latest version #

If you are updating Saleculator in a fresh device, it is recommended to update all the print templates and script resources to the latest version by resetting the database. You can reset the database by clicking the Reset System button on Saleculator Maintenance screen.

WARNING: Reset System will delete the database and create new one. All the data in the database will be lost.

Updating Saleculator Webin to the latest version #

For updating the Webin to the latest version please refer below document:

https://www.saleculator.com/documentation/updating-webin

0 Comments

Leave a Reply

Arrow-up