Changes

From SME Server
Jump to navigationJump to search
909 bytes added ,  21:05, 8 July 2022
Line 292: Line 292:     
=== Known issues ===
 
=== Known issues ===
 +
 +
 +
==== Remove legacy nextcloud rpm without deleting /usr/share/nextcloud content ====
 +
for installs done before smeserver-nextcloud 1.2.0-16, the rppm nextcloud was required and was conflicting with web update. Since 1.2.0-16 it is not required anymroe and we use a nextcloud-src rpm which updates itself in /usr/share/nextcloud-src and is only used if you install the first time or restart from scratch your install.
 +
TO remove the nextcloud rpm which is not needed and save your files, two ways
 +
 +
1 backup/restore
 +
mkdir /usr/share/nextcloud-back
 +
rsync -arv /usr/share/nextcloud/ /usr/share/nextcloud-back
 +
rpm -e nextcloud
 +
rsync -arv /usr/share/nextcloud-back/ /usr/share/nextcloud
 +
rm -rf /usr/share/nextcloud-back
 +
 +
2 inplace (you can backup also before in case ...
 +
rpm -e --justdb nextcloud
 +
 +
source https://unix.stackexchange.com/questions/208722/how-to-remove-an-rpm-package-while-keeping-certain-files
    
==== User cannot see shares/files ====
 
==== User cannot see shares/files ====
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,249

edits

Navigation menu