Page 1 of 1

Prerequisites for update 1.5

Published: August 2, 2018 - 2:20 PM
by bruno67
Hello,

I read here (https://www.wapt.fr/fr/doc/waptserver_u ... index.html) that to upgrade from version 1.3.12.15 to 1.5, the network must be on version 1.3.13.
So I updated the server (apt-get update && apt-get upgrade) and rebooted just in case.
I now have this:

WAPT Server version: 1.3.13.0
WAPT Agent version: 1.3.12.15
WAPT Setup version: 1.3.12.15
WAPT Deploy version: 1.3.13.0
MongoDB status: OK
Disk space: 48% free.

I logged into the console to see if I had a waptupgrade 1.3.13 package available to deploy on my network, but I only have version 1.3.12.15-14.
How do I get version 1.3.13 to deploy on the workstations? Have I missed something?

Distributor ID: Debian
Description: Debian GNU/Linux 8.11 (jessie)
Release: 8.11
Codename: jessie

Re: Prerequisites for Update 1.5

Published: August 2, 2018 - 2:58 PM
by agauvrit
Hello Bruno,

You need to install the tis-waptsetup package to have the latest version of waptsetup on the server

On some installations, there's a symbolic link bug that blocks the update; the best solution is to manually delete the file and then reinstall tis-waptsetup

Code: Select all

rm /var/www/wapt/tis-waptsetup.exe
apt-get --reinstall install tis-waptsetup
To be sure of the version of the installed packages:

Code: Select all

dpkg -l | grep wapt
Reminder: your Debian server must be x64-based to install WAPT 1.5

Alexander

Re: Prerequisites for Update 1.5

Published: August 2, 2018 - 5:05 PM
by bruno67
Thank you very much Alexandre, just FYI, you need to change this line:

`rm /var/www/

to `

wapt/tis-waptsetup.exe`