[rt-users] Migrate form 4.0.7 to 4.2.6 with new server

2014-07-25 Thread Matthias Henze
Hi, I've an old 4.0.7 setup based on Debian Squeeze packages. Now I've setup a new server with 4.2.7 based on tar.gz. Is there a way to migrate my tickets? If so, how? TIA Matthias -- MHC SoftWare GmbH Fichtera 17 96274 Itzgrund/Germany voice: +49-(0)9533-92006-0 fax: +

Re: [rt-users] Migrate form 4.0.7 to 4.2.6 with new server

2014-07-25 Thread Alex Peters
Consider cloning your existing RT database to a new database, providing the new RT installation with the database connection details in its RT_SiteConfig.pm file, then running the sbin/rt-setup-database script: $ cd /path/to/new/rt $ sbin/rt-setup-database --action upgrade --dba XXX --prompt-for-d

Re: [rt-users] Migrate form 4.0.7 to 4.2.6 with new server

2014-07-25 Thread Kevin Falcone
On Fri, Jul 25, 2014 at 02:08:27PM +0200, Matthias Henze wrote: > I've an old 4.0.7 setup based on Debian Squeeze packages. Now I've setup > a new server with 4.2.7 based on tar.gz. > > Is there a way to migrate my tickets? If so, how? Is there a reason you didn't do an upgrade? Copy your databas

Re: [rt-users] Migrate form 4.0.7 to 4.2.6 with new server

2014-07-26 Thread Matthias Henze
Thanks, worked perfectly ! Am 25.07.2014 um 15:49 schrieb Alex Peters: > Consider cloning your existing RT database to a new database, providing > the new RT installation with the database connection details in its > RT_SiteConfig.pm file, then running the sbin/rt-setup-database script: > > $ cd