Page 2 of 2

Re: Updating the repositories

Published: July 6, 2020 - 12:18 PM
by swirly
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

Re: Updating the repositories

Published: July 6, 2020 - 12:22 PM
by swirly
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

Re: Updating the repositories

Published: July 6, 2020 - 12:35 PM
by sfonteneau
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.

Re: Updating the repositories

Published: July 6, 2020 - 12:44 PM
by vcardon
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