Oooh, Nextcloud 20 has lots of nice new features!
-
-
@necrevistonnezr said in Oooh, Nextcloud 20 has lots of nice new features!:
Mine is slower, too, which I think is due to the "unified search" which has to index a lot of data at any time...
Is this speed issue still present for you?
-
@ei8fdb said in Oooh, Nextcloud 20 has lots of nice new features!:
@necrevistonnezr said in Oooh, Nextcloud 20 has lots of nice new features!:
Mine is slower, too, which I think is due to the "unified search" which has to index a lot of data at any time...
Is this speed issue still present for you?
It’s gotten much better actually
-
EDIT: From reading this Github issue in the repo for this app, it doesn't look like it yet supports Nextcloud 20.
So, definitely don't use this app in 20, or don't upgrade to 20 until it's supported.
As a (possible) help to others who want to upgrade to NC 20.
I tried to upgrade from 19.0.? to 20.0.1 a few times, each time the upgrade failed: the NC instance wouldn't start up.
I eventually tracked it down to the "External storage support for Google Drive" application. It was generating the following in the logs:
Nov 11 20:52:21 [Wed Nov 11 19:52:21.650912 2020] [php7:error] [pid 777] [client 172.18.0.1:46074] PHP Fatal error: Interface 'OCA\\Files_External\\Lib\\Config\\IBackendProvider' not found in /app/data/apps/files_external_gdrive/lib/AppInfo/Application.php on line 32, referer: https://saneux.ei8fdb.org/setting/apps/disabled/files_external_gdrive
I had this installed, but not configured.
Solution
To solve this issue (while still upgrading to 20.0.1 and get the instance restarted):
- restore to my last backup (on 19.0.3)
- disable the "External storage support for Google Drive" app
- upgrade to 20.0.1
I tried to reenable the Google Drive app but it has caused the instance to restart and hang.
It was possible to get the NC into recovery mode, but it wasn't possible to use the
occ
command on commandline to disable the app.When it hangs the only way to solve it is to downgrade to 19.0.3 again as explained above in Solution.
I'd suggest not upgrading to 20.0.1, or not using this app until a later release comes out.
-
This details how to use RClone to connect or mount Google Drive externally:
https://ostechnix.com/how-to-mount-google-drive-locally-as-virtual-file-system-in-linux/Then you can add it to NC as an external directory without using the plugin.