On Fri, 20 Apr 2007, Pedro Santa wrote:
I've just been testing around an RT migration from Debian to Debian,
and with the same RT version.

Is should be pretty straightforward. I've used the backup comand on
source machine:

"mysqldump --opt --add-drop-table -u <rtuser> -p<rtpass> -h localhost
<rtdb> > source-backup"

And the restore command on destination machine:

"mysql -u <rtuser> -p<rtpass> -h localhost < source-backup"

Problem is after I do that, all things are (apparently) restored minus
the outgoing email (autoreply and replies, so far)

My original machine keeps sending outgoing emails and functioning normally.

Is there anything in the mail logs? In RT's ticket history, does it say it sent the emails? Perhaps your new installation is sending using the other domain, and so the emails are being denied somewhere? You could try turning on more logging in RT in the RT_SiteConfig configuration file.
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com

Reply via email to