Updating the repositories

Share your tips or issues concerning the WAPT Console or WAPT Agent here
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
swirly
Messages: 9
Registration: February 15, 2016 - 5:48 PM

July 6, 2020 - 12:18

Oh no, my mistake, I just checked the package sizes, they include the executables.
So I'm good to go with replication!
I'll dive right into the documentation.
Best regards,
Laurent
swirly
Messages: 9
Registration: February 15, 2016 - 5:48 PM

July 6, 2020 - 12:22

However, regarding replication, if I've understood the documentation correctly, I'm a little worried:
  • A method using Syncthing, still available but with major deprecated warnings
  • A more recent method, but only available in the enterprise version
The Syncthing method will be removed. Will the other method then reach the community version?

Thanks to those who can clear up any doubts on this subject

Sincerely
Laurent
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

July 6, 2020 - 12:35

More simply, you can create a script that parses the packages and downloads them directly into your repository

Code: Select all

cd /var/www/wapt/ 
wget https://wapt.tranquil.it/wapt/tis-7zip_19.0.0.0-3_x64_a7def988ae2c2fd3310d65fa4870a0a1.wapt
chown -R wapt:www-data /var/www/wapt
wapt-scanpackages /var/www/wapt/ 
In this case, there's no need to add the tis repo to your agents; you just copy the tis key into ssl and that's it.
User avatar
vcardon
WAPT Expert
Messages: 278
Registration: Oct 06, 2017 - 10:55 p.m.
Location: Nantes, France

July 6, 2020 - 12:44 PM

swirly wrote: July 6, 2020 - 12:22 PM Thanks to those who can clear up any doubts on the subject
The syncthing method works but it will no longer be supported and the portion of the documentation describing the method is likely to disappear, as it is deprecated.

There are no plans to make the simplified Enterprise synchronization method available in the Community.

Sincerely.

Vincent
Vincent CARDON
Tranquil IT
Locked