==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=6983
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
Ray Burns <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #7 from Ray Burns <[email protected]> ---
Just so others know. I was able to work around this issue.
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. code: mkdir /etc/backup
3. code: cp -r /etc/{passwd,samba,e-smith,group,gshadow,shadow,ssh,sudoers}
/etc/backup
4. code: yes | cp -r /var/affa/"JOBNAME"/"ARCHIVE"/etc/* /etc/
5. code: 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. code: export RDIR=/var/affa/"JOBNAME"/"ARCHIVE"/etc/
6. code: rsync -av $RDIR "PRODSERV-IP":/etc/
7. On "PRODSERV" ssh: signal-event post-upgrade; signal-event reboot
Please update other bug accordingly
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/