Upgraded to 16.01 from 15.07 with No Problems

I just upgraded from 15.07 to 16.01 with no problems. I used the online upgrade process.

I’m running an up to date Fedora 29 linux workstation.

Congratulations to the development team!

1 Like

Okay - looks like I ended with with needing to update some database indexes. Got message that some indexes where not created.

Ran the following on my Fedora - which is why I use apache instead of www-data
sudo -u apache php occ maintenance:mode --on
sudo -u apache php occ db:add-missing-indices
sudo -u apache php occ maintenance:mode --off

Now no messages.