Changes

Jump to navigation Jump to search
983 bytes added ,  10:04, 23 June 2013
Line 824: Line 824:  
from command line on the backup server after Rise :
 
from command line on the backup server after Rise :
 
chmod g+s /var/spool/qpsmtpd
 
chmod g+s /var/spool/qpsmtpd
 +
 +
=====Users can not login to horde=====
 +
Restore via affa on SME8, all seems ok but users can't login to horde. User accounts are there. see [[bugzilla:6983]] and [[bugzilla:7687]]<br />
 +
 +
First things first, if you complete an "affa --full-restore prodserv" do not delete your existing affa backup. If you complete an "affa --rise --all prodserv" do not continue to "/bin/rm -rf /var/affa" per the wiki (or delete your archive in any way).
 +
 +
*IF USED RISE FEATURE
 +
1. Login as "root" on your production server.
 +
 +
2.
 +
mkdir /etc/backup
 +
 +
3.
 +
  cp -r /etc/{passwd,samba,e-smith,group,gshadow,shadow,ssh,sudoers} /etc/backup
 +
 +
4.
 +
yes | cp -r /var/affa/"JOBNAME"/"ARCHIVE"/etc/* /etc/
 +
 +
5.
 +
signal-event post-upgrade; signal-event reboot
 +
 +
*IF USED FULL-RESTORE (Complete until step 1,2,3)
 +
 +
4. Login as "root" to your AFFA server
 +
 +
5.
 +
export RDIR=/var/affa/"JOBNAME"/"ARCHIVE"/etc/
 +
 +
6.
 +
rsync -av $RDIR "PRODSERV-IP":/etc/
 +
 +
7. On "PRODSERV" ssh:
 +
signal-event post-upgrade; signal-event reboot
    
=== Bug report ===
 
=== Bug report ===

Navigation menu