On Sat, Apr 6, 2013 at 12:35 PM, Steven Carr <sjcarr@gmail.com> wrote:
On 6 April 2013 05:11, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
Hi Again,I have installed the new version OTRS 3.2.4 on CentOS 6.4. I have doubt about backup. I have taken MySQL Data Backup as of now from the old server. Not sure how do i backup all queues,agents,groups,email address details and etc.... from the old server and populate it to the new server so that i do not miss any piece which were configured in the old server.Please suggest.Regards,KaushalThat information is all stored in the database, the only additional things you need to backup/copy across are those mentioned in the UPGRADING document.
Kernel/Config.pm
Kernel/Config/GenericAgent.pm
Kernel/Config/Files/ZZZAuto.pm
var/*Though be careful with copying all of var/* as some stuff might have changed in the new version, I tend to copy just var/article, var/log and any custom files I've put into var/httpd/htdocs, but YMMV.
Make sure you change Config.pm to reflect the new database location. And then follow the UPGRADING guide on running the various scripts to migrate the database from your old version to the new version.
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrsThanks Steven for clear and precise explanation. Much appreciated. Have few questions about database backup. I have taken backup of otrs database using the below commandOn the old servermysqldump -u root -p password otrs > /tmp/otrs.sqlOn the new servermysql -u root -p password otrs < /tmp/otrs.sqlIs the above method the right way of backing mysql data on the old server and restoring it to the new server? Also please help me understand the significance and purpose of the below filesKernel/Config.pm
Kernel/Config/GenericAgent.pm
Kernel/Config/Files/ZZZAuto.pmThanks and Regards,Kaushal
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs