Changes

Jump to navigation Jump to search
468 bytes added ,  13:03, 25 July 2023
m
no edit summary
Line 48: Line 48:  
</tab>
 
</tab>
 
<tab name="For SME 9">
 
<tab name="For SME 9">
  wget https://viewvc.koozali.org/smecontribs/rpms/smeserver-migratehelper/contribs10/migratehelper.sh -O /usr/bin/migratehelper.sh
+
  wget http://viewvc.koozali.org/smecontribs/rpms/smeserver-migratehelper/contribs10/migratehelper.sh -O /usr/bin/migratehelper.sh --no-check-certificate
 
</tab>
 
</tab>
 
</tabs>
 
</tabs>
Line 212: Line 212:  
smeserver-sme8admin  
 
smeserver-sme8admin  
 
smeserver-sme9admin
 
smeserver-sme9admin
 +
smeserver-smeadmin
 +
smeserver-softethervpn-server
 
smeserver-sysmon
 
smeserver-sysmon
 
smeserver-tftp-server
 
smeserver-tftp-server
Line 257: Line 259:  
First step will be to simply use the console restore with the obtained smeserver.tgz. We expect you handle the transfer either using a USB disk, or by having used sshfs and already mounted one extra partition of your new server to your old to create you archive on.
 
First step will be to simply use the console restore with the obtained smeserver.tgz. We expect you handle the transfer either using a USB disk, or by having used sshfs and already mounted one extra partition of your new server to your old to create you archive on.
   −
Second use the configuration console to fixe any changes needed on network card or IP, domain name...
+
Second use the configuration console to fix 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
 
Third you can use the saved list of rpm to try to install your contribs and other missing things
Line 266: Line 268:     
Fourth, you can start a rsync for the missing bits
 
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 -aArv 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 -aArv 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 -aArv 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
+
   rsync -aArv root@oldsme:/home/e-smith/files/nextcloud home/e-smith/files/nextcloud
 
or simply  
 
or simply  
   rsync -arv root@oldsme:/home/e-smith/files/ /home/e-smith/files
+
   rsync -aArv root@oldsme:/home/e-smith/files/ /home/e-smith/files
 
Some might enjoy to get back their old log too
 
Some might enjoy to get back their old log too
   Line 278: Line 280:  
=== Uninstall ===
 
=== Uninstall ===
 
  yum remove {{#var:smecontribname}}
 
  yum remove {{#var:smecontribname}}
 +
 +
=== Issues ===
 +
 +
==== Certificate ====
 +
If you experience issues with certificates
 +
 +
https://vault.centos.org/6.10/os/x86_64/repodata/repomd.xml: [Errno 14] Peer cert cannot be verified or peer cert invalid
 +
 +
cd /etc/yum.smerepos.d
 +
nano sme-base.repo
 +
 +
Add this to the relevant sections:
 +
 +
sslverify=0
 +
 +
(Do not run yum-modify as it will overwrite this)
 +
 +
Save and then re-run the migratehelper.
    
=== Bugs ===
 
=== Bugs ===
19

edits

Navigation menu