Page 1 of 1

WAPT 1.6 RC1

Published: September 19, 2018 - 3:48 PM
by cfargues
Good morning,

WAPT 1.6 RC1 is available in Community version on https://store.wapt.fr/wapt/releases/wapt-1.6.2.5-rc1/ (Windows, Debian and CentOS installer).

For installation under Windows, recommended for initial testingHere is the download link: https://store.wapt.fr/wapt/releases/wap ... rsetup.exe

Feel free to send us your feedback on the forum or mailing list!

Changelog : https://www.wapt.fr/fr/doc-1.6/changelog.html

Recommended platforms:
  • Debian Stretch x64
    Linux CentOS 7 x64
    Microsoft Windows Server x64
Installation documentation : https://www.wapt.fr/fr/doc-1.6/

For users of the Enterprise version, RC1 is also available for testing, contact Xavier at 02.40.97.57.55 for more information.

For users still on version 1.3, please prepare your update, as Tranquil IT will end support for version 1.3 before the end of 2018. If you need help performing the update, we can offer you an update service.

Good luck with the tests, everyone!

Re: WAPT 1.6 RC1

Published: September 21, 2018 - 2:59 PM
by htouvet
Hello,
at your convenience.

You can install RC2 which fixes, among other things, a bug in waptexit on Windows 10 with VirtualBox, as well as some minor installation issues.

https://wapt.tranquil.it/wapt/releases/ ... 6.2.5-rc2/

Re: WAPT 1.6 RC1

Published: September 21, 2018 - 3:40 PM
by htouvet
Issues reported:
  • PostgreSQL 9.4 -> 9.6 upgrade required if using a Debian Jessie server and WAPT Enterprise
  • The command "wapt-get -S upgrade" throws an exception if the waptservice doesn't respond quickly enough, and the waptservice_timeout parameter in wapt-get.ini is not taken into account by wapt-get

Upgrading a Wapt server from version 1.5 Jessie to 1.6 Stretch:
  • change jessie -> stretch in /etc/apt/sources.list
  • Change Jessie -> Stretch and 1.6 -> 1.6 in the file /etc/apt/sources.list.d/wapt.list
  • Code: Select all

    apt-get update
    apt-get dist-upgrade
Upgrade PostgreSQL 9.4 to 9.6

As root:

Code: Select all

systemctl stop waptserverl 
pg_lsclusters
pg_dropcluster 9.6 main --stop
pg_upgradecluster 9.4 main
pg_lsclusters
pg_dropcluster 9.4 main
systemctl start waptserverl 
Verify that the wapt server is working correctly.
Cleaning:

Code: Select all

apt-get --purge remove postgresql-client-9.4 postgresql-9.4

Re: WAPT 1.6 RC1

Published: September 21, 2018 - 6:42 PM
by htouvet
parameter of wapt-get.ini was not being used waptservice_timeout by the command `wapt-get --service upgrade`).
The default timeout for wapt-get and waptexit has been increased to 4 seconds from 2 seconds.

https://wapt.tranquil.it/wapt/releases/wapt-1.6.2.5-rc3