Changes

Jump to navigation Jump to search
610 bytes added ,  16:34, 23 March 2022
Line 253: Line 253:  
* http://www.tuxfixer.com/mount-webdav-remote-storage-in-fedora-linux-via-davfs2/
 
* http://www.tuxfixer.com/mount-webdav-remote-storage-in-fedora-linux-via-davfs2/
 
* https://docs.nextcloud.com/server/13/user_manual/files/access_webdav.html
 
* https://docs.nextcloud.com/server/13/user_manual/files/access_webdav.html
 +
 +
=== Change Database ===
 +
If you are in the situation your are unable to update your nextcloud because of database requirements, you might need to install a newer and then migrate your db.
 +
 +
Here a simple procedure, after having the new db working as a sclo [[Mariadb105]] for SME10 as example.<syntaxhighlight lang="bash">
 +
occ maintenance --on
 +
mysqldump `config getprop nextcloud DbName` > nextcloud.sql
 +
mysql105 < nextcloud.sql
 +
echo "CREATE USER IF NOT EXISTS `config getprop nextcloud DbUser`@localhost IDENTIFIED BY '`config getprop nextcloud DbPassword`';GRANT ALL PRIVILEGES ON `config getprop nextcloud DbName`.* TO`config getprop nextcloud DbUser`@localhost; FLUSH PRIVILEGES;" | mysql105
 +
/usr/bin/occ config:system:set host --value localhost:/var/lib/mysql/mariadb105.sock --type string
 +
occ maintenance --off
 +
</syntaxhighlight>
    
=== Known issues ===
 
=== Known issues ===
Line 324: Line 336:     
https://github.com/nextcloud/server/issues/8113#issuecomment-565876798
 
https://github.com/nextcloud/server/issues/8113#issuecomment-565876798
  −
===Koozali SMEv10 testing===
  −
  −
We are still building Koozali SME v10 and have been testing installation of Nextcloud, currently on version 20.
  −
  −
We have packages in smedev.
  −
  −
You will also need packages from some other repos.
  −
      
=== Bugs ===
 
=== Bugs ===
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu