[SOLVED] Upgrade problem from Ubuntu 20.04

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
alain17
Messages: 24
Registration: June 17, 2022 - 07:32

November 22, 2022 - 1:57 PM

Good morning,

For context:
  • Ubuntu 20.04.5 LTS
  • WAPT Enterprise 2.2.2.12388
I am trying to migrate waptserver to the latest version reported by my console (v2.2.3.12463), however the following error occurs:

Code: Select all

$ sudo apt update
$ sudo apt upgrade -y
> [...]
> E: Failed to fetch https://wapt.tranquil.it/Ubuntu/wapt-2.2/pool/main/t/tis-waptserver/tis-waptserver_2.2.3.12471-f35324da-ubuntu-20-amd64_amd64.deb  404  Not Found [IP: 195.154.18.13 443]
> E: Failed to fetch https://wapt.tranquil.it/Ubuntu/wapt-2.2/pool/main/t/tis-waptsetup/tis-waptsetup_2.2.3.12471-f35324da-debian-10-amd64_all.deb  404  Not Found [IP: 195.154.18.13 443]
Apparently, my server is trying to upgrade to version 2.2.3.12471, which is not available. at the given addressI checked my sources.list file and found nothing unusual in it, however:

Code: Select all

$ vi /etc/apt/sources.list.d/wapt.list
> deb https://wapt.tranquil.it/Ubuntu/wapt-2.2/ focal main
I also tried clearing my cache like this, but it didn't change anything:

Code: Select all

$ sudo apt clean
$ sudo apt update
$ sudo apt upgrade
What am I doing wrong? My previous upgrade went very well.
Last edited by alain17 on Dec 1, 2022 - 3:23 PM, edited 1 time.
jm@rc
Messages: 5
Registration: July 29, 2021 - 4:48 PM

November 24, 2022 - 8:48 AM

Hello,

I think there are issues with version 2.2.3.12471. I updated my system on November 17th from version 2.2.3.12463 to version 2.2.3.12471, which was available at the time. I used WAPT quite intensively between November 17th and 23rd without noticing any problems. Yesterday, after a reboot, my WAPT server became completely unresponsive, with errors in the Python virtual environment included in the release.
I noticed that version 2.2.3.12471 is no longer offered by default, even though it's still present in the WAPT 2.2 repository... So there's been a rollback in the repository. I also received an alert from `yum update` informing me that my local cache was newer than the source files.
I've opened a support ticket.
alain17
Messages: 24
Registration: June 17, 2022 - 07:32

November 25, 2022 - 09:06

Hello,

thank you for your feedback. It's not very reassuring, but I suppose my habit of waiting a bit before updating has paid off this time! Let's hope this problem is fixed soon, because in the meantime I can't do any upgrades. Since the old 2.2.3.12463 version is no longer available on the repo either, I'm stuck on 2.2.2.12388 until a new version is released...

Have a good day!
Locked