Configuration Extraction Tool

Hello, does anyone know any RT tool that generate an initialdata file from the data that’s into the database?

Thaks,

Lucas F. Rosada
lucas@dextra.com.br

Hello, does anyone know any RT tool that generate an initialdata file from the data that’s into the database?

rt-dump-database in RT 3.4

Jesse

Thanks, Jesse.
I have another doubt: does the factory script (rt-path/sbin/factory) supports Postgres database? When I tried to execute it with a PG database, it crashed when the DESCRIBE commanda was tried (my $sth = $dbh->prepare(“DESCRIBE $table”)).

Thanks a lot,

Lucas F. Rosada
lucas@dextra.com.br

On Mon, 24 Jan 2005 15:31:24 -0500, Jesse Vincent jesse@bestpractical.com escreveu:

Thanks, Jesse.
I have another doubt: does the factory script (rt-path/sbin/factory) supports Postgres database? When I tried to execute it with a PG database, it crashed when the DESCRIBE commanda was tried (my $sth = $dbh->prepare(“DESCRIBE $table”)).

Factory is mostly designed to run against mysql when we’re first
generating RT’s schema. IIRC, RTFM has a version that works on postgres.