bfabiszewski / ulogger-server

μlogger • web viewer for tracks uploaded with μlogger mobile client
GNU General Public License v3.0
538 stars 85 forks source link

Updating from 0.5 #128

Closed Jhyrachy closed 4 years ago

Jhyrachy commented 4 years ago

Hi, I have a 0.5 server, is there any difference from updating from 0.6?

Also, is there any easy way to updating if I'm using docker?

Thanks!

bfabiszewski commented 4 years ago

Main difference between 0.5 and 0.6 is database driver: PDO instead of mysqli. So migration script will fail because it uses previous configuration file. You will have to manually update database to new schema. Update config.php file (only database settings, PDO format). There are instructions for manual upgrade in README.

bfabiszewski commented 4 years ago

I will close it now. If you have problems, please reopen.

Jhyrachy commented 4 years ago

Sure, thanks a lot. I had no tiem to try, will do it in the next few days