User Tools

Site Tools


computing:nextcloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:nextcloud [2026/03/02 05:06] oemb1905computing:nextcloud [2026/06/21 14:37] (current) oemb1905
Line 322: Line 322:
 Yes, the code was bad so passing without the underscore tricks the interpreter into finding the correct JSON afterall. Another bug is that the db --include-expensive flag failed as per this bug report:  Yes, the code was bad so passing without the underscore tricks the interpreter into finding the correct JSON afterall. Another bug is that the db --include-expensive flag failed as per this bug report: 
  
-  * [[https://github.com/nextcloud/server/issues/58594|File Sharing]+  * [[https://github.com/nextcloud/server/issues/58594|File Sharing]]
  
 There's a solution to revert, but for met that does not work. So, I just enabled File sharing on the instance, then upgraded, then disabled File Sharing again.  There's a solution to revert, but for met that does not work. So, I just enabled File sharing on the instance, then upgraded, then disabled File Sharing again. 
Line 329: Line 329:
   sudo -u www-data php occ app:disable files_sharing   sudo -u www-data php occ app:disable files_sharing
      
-After that, there were no MIME errors remaining in the Administration Settings after the 33 upgrade.+After that, there were no MIME errors remaining in the Administration Settings after the 33 upgrade. To disable the external apps error if you are not using it:
  
- --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/03/02 05:00//+  sudo -u www-data php occ app:disable app_api 
 +  
 + 
 + --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/06/21 14:37//
computing/nextcloud.1772428008.txt.gz · Last modified: by oemb1905