I did it recently. There's some good instructions on this older thread: http://www.gossamer-threads.com/lists/rt/users/103305
Specifically post #13 On Thu, May 31, 2012 at 5:49 AM, Juanjo <[email protected]> wrote: > > > OK, thanks. >> >> Now works as the old RT. >> But i think that i have to migrate RT 4.0.5 in mysql to postgre. >> >> Anybody do it? >> >> >> >> >> 2012/5/31 Tim Cutts <[email protected]> >> >>> >>> On 31 May 2012, at 10:06, Juanjo wrote: >>> >>> > Thanks for your reply. >>> > >>> > Yes, i read the full_text_indexing.pod >>> > But, are the only option to search in content activate the indiexing >>> with a compatible database? >>> > >>> > I don´t want to migrate to postgre, i think is very hard to my >>> knowledge. >>> >>> You can do it with MySQL, if you enable sphinx (which is also fairly >>> difficult, but not as hard as a Postgres migration). >>> >>> I think you can also switch it on without the indexing, which will >>> restore 3.x like behaviour, with very slow full content searches. I think >>> for this, you want something like this in your RT site config: >>> >>> Set( %FullTextSearch, >>> Enable => 1, >>> Indexed => 0, >>> ); >>> >>> Regards, >>> >>> >>> Tim >>> >>> -- >>> The Wellcome Trust Sanger Institute is operated by Genome Research >>> Limited, a charity registered in England with number 1021457 and a >>> company registered in England with number 2742969, whose registered >>> office is 215 Euston Road, London, NW1 2BE. >>> >> >> >> >> -- >> Un saludo. >> Juanjo Corral >> > > > > -- > Un saludo. > Juanjo Corral >
