Good day,
This is my first post, sorry in advance if I done wrong. I just updated my SVN with these steps:
Steps to update SVN version of your Vicidial Setup:
"1) Backup your existing Vicidial Setup
You can manually take backup or use existing backup script provided by Vicidial.
Using Vicidial backup script: perl /usr/share/astguiclient/ADMIN_backup.pl
2) Download latest SVN trunk version or a specific SVN version
mkdir /usr/src/astguiclient
cd /usr/src/astguiclient
To download latest SVN:
svn checkout
svn://svn.eflo.net:3690/agc_2-X/trunkTo download specific SVN (For eg. 3271):
svn checkout -r 3271
svn://svn.eflo.net:3690/agc_2-X/trunk3) Run the Install script
cd /usr/src/astguiclient/trunk
perl install.pl"
When I am done updating this happened, "WARNING: Code expects different schema: 1720". And when I tried logging in an agent, it gives me this error: "ERROR: System Settings missing". And then I checked the system settings, it is all blank except the warning sign.
What could be the problem? I am noobie here, could someone help me with it? A step-by-step will do.
I updated this using putty.
Thank you in advance...