Changes

From SME Server
Jump to navigationJump to search
1,065 bytes added ,  05:48, 10 April 2021
Line 244: Line 244:  
#smeserver-webapps-common
 
#smeserver-webapps-common
 
#smeserver-webhosting
 
#smeserver-webhosting
 +
 +
=== Restore ===
 +
First step will be to simply use the console restore with the obtained smeserver.tgz.
 +
 +
Second use the configuraiton console to fixe any changes needed on network card or IP, domain name...
 +
 +
Third you can use the saved list of rpm to try to install your contribs and other missing things
 +
 +
  yum install --enablerepo=smecontribs `cat /root/contribs`
 +
  yum install --enablerepo=smecontribs `cat /root/rpmsextra`
 +
You can also enable the needed repo depending on what you would have : epel, fws, ....
 +
 +
Fourth, you can start a rsync for the missing bits
 +
  rsync -arv root@oldsme:/home/e-smith/files/ibays/ /home/e-smith/files/ibays
 +
  rsync -arv root@oldsme:/home/e-smith/files/shares/ /home/e-smith/files/shares
 +
  rsync -arv root@oldsme:/home/e-smith/files/users/ /home/e-smith/files/users
 +
  rsync -arv root@oldsme:/home/e-smith/files/nextcloud home/e-smith/files/nextcloud
 +
or simply
 +
  rsync -arv root@oldsme:/home/e-smith/files/ /home/e-smith/files
 +
Some might enjoy to get back their old log too
 +
 +
then you should be good to enjoy your new server....
 +
    
=== Uninstall ===
 
=== Uninstall ===
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,239

edits

Navigation menu