Page 1 of 1

[RESOLVED] Full deposit

Published: March 2, 2026 - 4:58 PM
at all times
Hello,

I'm using WAPT 2.6.1.17705, Enterprise Edition, Debian 11, and I'm administering it on Windows 10.

My main repository is full, and I can't increase the storage space on the machine. What's the simplest solution: move the repository (/var/www/wapt/) to another folder where a storage server is mounted, or create a second repository in addition to the first one, pointing to the storage server?

Thank you.

Re: Full deposit

Published: March 2, 2026 - 5:21 PM
by sfonteneau
Good morning
toutemps wrote: March 2, 2026 - 4:58 PM move the repository (/var/www/wapt/) to another folder
Yes, you can do that and recreate a symbolic link.

Re: Full deposit

Published: March 3, 2026 - 1:40 PM
at all times
OK, it seems to be working well:

Copying the old folder to the new one (I did a cp without -a, maybe that was a mistake) /new/wapt
renaming the old folder to waptold
Creating symbolic links for the applications waptsetup.exe, waptdeploy.exe, and waptsetup-tis.exe to point to the waptagent folder in the new location
ex. : /new/wapt/waptdeploy.exe -> waptagent/waptdeploy.exe

changing permissions with chown of the new folder

Code: Select all

sudo chown -R wapt:www-data /nouveau/wapt
creating the wapt symbolic link in /var/www/ pointing to the new location

Code: Select all

sudo ln -s /nouveau/wapt wapt
deletion of the old file

I have updated packages without any problems and I am going to do the latest WAPT upgrade.

Re: Full deposit

Published: March 16, 2026 - 10:09
by dcardon
Hi Romain,

thanks for the feedback. :-)
I'm marking the topic as resolved.

Denis