1) This is not a general discussion. It's a support request. Moving to the proper board.
2) Before you perform the steps in the UPGRADE document on the server, you need to upgrade the UPGRADE document along with everything else. Upgrading to the latest SVN revision level is done BEFORE any of the steps in the UPGRADE document. SVN is merely a managment system for the /usr/src/astguiclient/trunk folder, not the "live" code. The steps are this: First you upgrade the trunk folder to the latest svn revision. Then you use that trunk folder to upgrade the live server. That folder is merely the repository for the incoming code, a staging area if you will.
This is often how "repositories" work.
3) First:
- Code: Select all
cd /usr/src/astguiclient/trunk
svn info
Note the svn revision level. Interesting.
4) Second:
- Code: Select all
svn up
svn info
Note the new svn revision level. You have just "upgraded to the latest svn"
But: You have NOT made any changes to your live server!
5) Upgrade
You can now study the *new* UPGRADE document and look at any of the upgraded files in the svn repository before making them "live" by following the instructions in the UPGRADE document. You can also perform a FULL backup before proceeding with the upgrade installation.
- Code: Select all
perl /usr/share/astguiclient/ADMIN_backup.pl --help
perl /usr/share/astguiclient/ADMIN_backup.pl --without-voicemail --debugX