Pricing Try it now
SENTIENT Edge
Getting Started Documentation
Architecture API FAQ
On this page

SENTIENT Edge CE v4.0.x upgrade instructions for Windows

Backup before upgrading

Doc info icon

Make sure your system has enough free space to store the backup.

Stop the Edge service:

1
net stop tb-edge

To back up the database, follow these steps:

  1. Launch pgAdmin and log in as the postgres superuser.
  2. In the left sidebar, expand your server and locate the tb_edge database.
  3. Right-click tb_edge and select Backup.
  4. In the Backup Dialog, specify a filename and location for your backup.
  5. Click Backup to create the backup file.

Upgrading Edge CE to 4.0.1

doc warn icon

Ensure your SENTIENT Server is up to date before updating SENTIENT Edge.

If your Server version is outdated, upgrade it first.

The following instructions are applicable for SENTIENT Edge 3.9.1 version.

Download the Edge package

Download SENTIENT Edge package for Windows: tb-edge-windows-4.0.1.zip.

Stop the Edge service:

1
net stop tb-edge

Make a backup of your SENTIENT Edge configuration located in <SENTIENT Edge install dir>\conf (for example, C:\tb-edge\conf).

Extract and update configuration:

  • Extract the SENTIENT Edge package.
  • Compare your old configuration files (from the backup) with the new ones.
  • Merge any custom settings into the new configuration files.

Run the upgrade script

Note: The upgrade script must be run with Administrator privileges.

1
C:\tb-edge>upgrade.bat 

Start the service

1
net start tb-edge