Earlier quoted context omitted.
Also started with OwnCloud and moved to NextCloud. If I'm not mistaken I've been upgrading the same NextCloud install since version 11 or so. Now on 19. Every time it's basically: mv nextcloud nextcloud.r19 mkdir nextcloud && pushd nextcloud && tar -zxf ../nextcloud-r20.tgz cp nextcloud.r19/config/config.php nextcloud/config/config.php # set permissions sudo -u php php occ upgrade Then just log into the web UI and ch…
uhh.. that sounds awful. owncloud just has me click a button.
I don't know why they go about it in such a manual way. If you don't like the web installer, there's a command line version that does everything for you (upgrader.phar).