How to migrate from 3.4.4 to 3.8.2

Hi there,

We want to migrate the pgSQL data from our old server (RT version 3.4.4) TO
a new RT server with version 3.8.2…

Do you know any script we can use for this migration? (We have two servers
installed (old/new).So it is better to find a script to transfer data from
the old version server to a new one.)

old system: ubuntu 6.06
new system: ubuntu 8.10

Thanks…
Murat

Hi there,

We want to migrate the pgSQL data from our old server (RT version 3.4.4) TO
a new RT server with version 3.8.2…

Do you know any script we can use for this migration? (We have two servers
installed (old/new).So it is better to find a script to transfer data from
the old version server to a new one.)

old system: ubuntu 6.06
new system: ubuntu 8.10

Thanks…
Murat

If you are moving to a new backend DB version as well, use pg_dump
to make a copy of your current RT DB to the new location. Then follow
the upgrade information in the 3.8.2 release to bring your backend up
to the current release. Otherwise, just follow the upgrade information.

Cheers,
Ken