Upgrading the WAPT Server in version 1.3 to a more recent x64 Linux distributionΒΆ
Under Linux, you may save your MongoDB inventory with the command
mongodump --db wapt --archive=/root/wapt.dump
.
mongodump
Hint
if the mongodump command is not available, you may install
the utility with apt install mongo-tools
.
Launching mongodump creates a dump
file, save it.
You must also save your WAPT base and host packages. They are stored in
/var/www/wapt/
and /var/www/wapt-host/
.
When you will install your new x64 based WAPT Server, you will have to reinstall WAPT 1.3.13 before upgrading to 1.6:
https://www.wapt.fr/en/doc-1.3/Installation/waptserver/linux/index.html
You will now restore the WAPT base and host packages previously
saved in /var/www/wapt/
and /var/www/wapt-host/
of your new
x64 based WAPT Server.
To restore the MongDB dump file, you may execute the command
mongorestore /root/dump
.
You may now follow the classic procedure to upgrade from 1.3.13 to 1.6:
for Debian Linux;
for CentOS/ RedHat;