RT2 to RT3

Maybe I’m missing something here… totally possible :slight_smile:

But I can’t find either of the database upgrade tools that the scripts and documentation refers to.

Running make upgrade tells you to run insertdata script in the RT etc directory and the readme tells you to run the upgrade program… I can’t seem to locate either one…

Otherwise install on my test platform is now working fine with Apache2, Mod Perl2 and RT3 heh just need to figure out how to get the data imported :slight_smile:

Again, might be missing something but can’t seem to find it.

Derek

Hi,

as I understand is not integrated in the beta release, should be ready for
the stable.

At 10:30 09.12.2002 -0500, Derek Buttineau wrote:

I just upgraded from RT2.0.12 to RT3.0.2.

When I finished reloading the database (using the rt2-to-rt3 file), I
couldn’t create
tickets since the sequences for transaction.id and ticket.id (I’m using
PostgreSQL), weren’t
updated to max(id) for each table.

After I manually did a setval() on each sequence, I can now use the new RT.

LER

Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

I just upgraded from RT2.0.12 to RT3.0.2.

When I finished reloading the database (using the rt2-to-rt3 file), I
couldn’t create tickets since the sequences for transaction.id and
ticket.id (I’m using PostgreSQL), weren’t updated to max(id) for each
table.

After I manually did a setval() on each sequence, I can now use the new
RT.

Also needed to do the same for the users.id sequence.

LER


Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm

Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749