Upgrade from a manual install to Ubuntu package

Hi,

I have a manual OwnCloud 9.1.8 install, which I would like to upgrade to 10.0
I would rater switch to the official ubuntu packets to make future updates easier.

What would be the good way to do this and keep all data? I am familiar with the process for upgrading a manual install with another manual install.

Thanks!

I would advise you to keep updating manually.

That’s the safest way possible.

I did so

sudo -u www-data ./occ maintenance:mode --on
sudo -u www-data ./occ config:system:set mysql.utf8mb4 --type boolean --value="false"
sudo -u www-data ./occ upgrade
sudo -u www-data ./occ config:system:set mysql.utf8mb4 --type boolean --value="true"
sudo -u www-data ./occ db:convert-mysql-charset
sudo -u www-data ./occ maintenance:mode --off

I do not quite understand what the one has to do with the other