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
computing:nextcloud [2026/03/02 03:46] oemb1905computing:nextcloud [2026/03/02 05:06] (current) oemb1905
Line 313: Line 313:
   'mail_smtpsecure' => 'ssl',   'mail_smtpsecure' => 'ssl',
  
- --- //[[alerts@haacksnetworking.org|oemb1905]] 2025/03/24 22:22//+=== Version 33 Notes === 
 + 
 +The new ''server_id'' parameter in ''config.php'' glitches so enter twice as follows: 
 + 
 +  'server_id' => 'unique-string', 
 +  'serverid' => 'unique-string', 
 + 
 +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] 
 + 
 +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.  
 + 
 +  sudo -u www-data php occ app:enable 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. 
 + 
 + --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/03/02 05:00//
computing/nextcloud.1772423201.txt.gz · Last modified: by oemb1905