Hi,
We can not gurantee any probel on update but :
- Make a backup of all files in the directory
- Make a backup of your database
And do the uddate : ther are less difference betwwen 1.92RC5 and last RC92 BUT tehre are security issue if you are not with the last version (2.05).
My method:
Code:
mv limesuvey limesurveybackup
wget limesurvey.zip
unzip limesurvey.zip
After copy the database with phpMyAdmin with another name
If you update to 1.92
Code:
cp limesurveybackup/config.php limesurvey/
mv limesurvey/install limesurvey/someradomcharacter
And after go to limesurvey admin directory and update.
after
Code:
cp -rf limesurveybackup/upload/* limesurvey/upload/
If update is OK, you can do the same for 2.00 and 2.05, but no need to cp config.php : just launch the install process and put the good information for DB
Denis