I'm moving my system to 5.0.3 so as I understand, first thing I do is upgrade to the latest SVN. I'm not sure where I'm going wrong here. I follow instructions from:
viewtopic.php?t=16326
http://wiki.vicidial.org/index.php/SVN:howto
and the Upgrade doc
My SVN showed 1339, so I started at
########## UPGRADING FROM 2.4 TO 2.6 (2.7 release branch) ##########
1 thing I found that needed changed was they all referenced "mysql -f --database=asterisk < /path/from/root/extras/upgrade_2.6.sql" which needed changed to "mysql -f --database=asterisk < /usr/src/astguiclient/trunk/extras/upgrade_2.6.sql"
So I run the command and then run "perl ./install.pl". Then I rebuild conf files in "Admin -> Servers -> Modify Server" and reboot the server.
Now my SVN shows as 1347. When I look at my user's, they're listed but when I select any of them ALL of their data is missing. I tried executing the upgrade.sql from mysql as well but get the same result. The data is there before, but not after.