Nextcloud 19 isn't released yet, but it's time to start testing its RCs at least.
I've got 19.0.0RC2 out in the 19/candidate/rc2 channel. This is not ready for production use, but I'd love some help testing this to see if we need to log any bugs before it comes out. I'd very much like to upgrade to v19 when it's released (ish) instead of waiting several point releases (cc @pachulo):
$ sudo snap install nextcloud --channel=19/candidate/rc2
Or if you already have it installed (not recommended for production installs):
$ sudo snap refresh nextcloud --channel=19/candidate/rc2
Testing fresh install first (without recommended apps):
bcmath PHP module, which seems fine.When I tried a fresh install with recommended apps, I ended up not having onlyoffice. I hopped into the apps settings and I see that the document server isn't marked as being compatible with v19, so that probably isn't surprising. @kesselb can you confirm? Will the "recommended apps" support v19 before release? When I enabled the document server and onlyoffice anyway, things seemed to look sane.
Upgrade from stable (18.0.4) seems to be fine as well without the recommended apps. With them and you end up with onlyoffice getting disabled because it's not compatible, which again is not a surprise.
Will the "recommended apps" support v19 before release?
I think so.
Let's see if I cant test this this week, I'm quite busy right now...
@szaimen do you know of any v19 blockers?
@szaimen do you know of any v19 blockers?
@kyrofa no, none that I am aware of.
We should nonetheless wait for the release and see if some new major bugs get reported.
Also some apps haven't got updated yet for NC19 (e.g. the onlyoffice app) and I would wait probably until 19.0.1 is out.
https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases
https://github.com/nextcloud/documentserver_community/releases
BTW: for the new passwordless login is a new PHP module required:
https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html
it is called bcmath
Edit: it seems you have already seen that.
Alright, RC3 is out in the 19/candidate/rc3 channel:
$ sudo snap install nextcloud --channel=19/candidate/rc3
Or if you already have it installed (not recommended for production installs):
$ sudo snap refresh nextcloud --channel=19/candidate/rc3
Note that this one is built with the bcmath module enabled.
Also, thanks for that @szaimen :) .
BTW: is the old ResourceLocator can not find a web root error finally resolved on NC19?
v19 is released in production when we can expect it in snap.
Please see #1353 for current status. You're welcome to help test it as well.