WAPT 1.6 RC1

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
User avatar
cfargues
Messages: 28
Registration: May 19, 2016 - 3:12 p.m.
Contact :

September 19, 2018 - 3:48 PM

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!
Camille FARGUES,
Account Manager
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

September 21, 2018 - 2:59 PM

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/
Tranquil IT
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

September 21, 2018 - 3:40 PM

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
Tranquil IT
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

September 21, 2018 - 6:42 PM

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
Tranquil IT
Locked