Page 1 of 1

[SOLVED] Warning upgrade db aborted

Published: March 27, 2018 - 2:23 PM
by benoitpatin
Good morning,

- Installed WAPT version: 1.5.1.18 Community
- Linux Debian 9 server OS
- Operating system of the administration/package creation machine: Windows 10

When I try to create a new template for a package, I get this warning:

Code: Select all

2018-03-27 14:20:36,894 WARNING upgrade db aborted : current structure version 20180303 is newer or equal to requested structure version 20180220
Should I be worried about this? How can I resolve it?

THANKS

Re: Warning upgrade db aborted

Published: March 27, 2018 - 2:38 PM
by htouvet
Did you install a more recent version of WAPT before reverting to v1.5.1.18?
It seems that in 1.5.1.18 the structure is indeed 20180220.
The 20180303 structure appeared with commit 094bd4415 a little later, with the introduction of the
"impacted_process" field in the package control file.

This is not a problem, and the warning will disappear when you upgrade to the stable version 1.5.1.21 or 1.5.1.22.

Re: Warning upgrade db aborted

Published: March 27, 2018 - 2:52 PM
by benoitpatin
I do indeed get an error message when launching the console.
I did an apt update && apt upgrade on my server but I didn't get an update.
wapt_error.PNG
wapt_error.PNG (6.21 KB) Viewed 4832 times

Re: Warning upgrade db aborted

Published: March 27, 2018 - 4:34 PM
by htouvet
After updating the server, you must also recompile a WaptAgent installer for your client machines

: https://www.wapt.fr/fr/doc-1.5/waptserv ... ous-debian

https://www.wapt.fr/fr/doc-1.5/Configur ... pt-console

Re: Warning upgrade db aborted

Published: March 27, 2018 - 4:49 PM
by benoitpatin
Great ! ;)