How to upgrade proftpd administrator
Upgrade Instructions
Before you start the upgrade you should create a backup of you mysql database and all files of proftpd administrator.
The update process consists of three steps.
1) You need to delete the content of the following three directories, but do not delete you configuration.xml:
- admin/
- userView/
- scripts/
2) Get the new Version of proftpd administrator and unpack it somewhere. In the following description I'll refer to the unpacked files being in /tmp/proftpdadmin. Now change into the directory /tmp/proftpdadmin/misc/database_structure_mysql and run all update_to_X.sql scripts (where X is bigger than you current proftpd administrator version) in chronological order.
3) Copy all the content of the three following directories from /tmp/proftpd_admin to your installation directories:
- admin/
- userView/
- scripts/
You're done ;)