Bug#505679: [request-tracker-maintainers] Bug#505679: request-tracker3.8: misses database upgrade script

2008-11-15 Thread Martin Zobel-Helas
Hi, 

On Fri Nov 14, 2008 at 18:01:55 +, Dominic Hargreaves wrote:
> On Fri, Nov 14, 2008 at 12:30:22PM +0100, Martin Zobel-Helas wrote:
> That file must have been something you created locally, as it is not
> provided by the request-tracker3.6 package.
> 
> In fact, rt-setup-database now has a built-in upgrade action which will
> do essentially the same thing. I have update the docs describing this in
> the package in subversion, which will be released in due course.

ha. i found it in the mean time. it was integrated somewhere within
/usr/share/doc/request-tracker3.8/

But thanks anyway.

Btw, you might want to tighten the mason dependency. it didn't wanted to
work with >= 1.31, it needed at least 1.36 (yes, i know 1.39 is in sid,
but it makes backporting easier, as i needed it on an Etch system.

Greetings
Martin
-- 
 Martin Zobel-Helas <[EMAIL PROTECTED]>  | Debian System Administrator
 Debian & GNU/Linux Developer   |   Debian Listmaster
 Public key http://zobel.ftbfs.de/5d64f870.asc   -   KeyID: 5D64 F870
 GPG Fingerprint:  5DB3 1301 375A A50F 07E7  302F 493E FB8E 5D64 F870




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#505679: [request-tracker-maintainers] Bug#505679: request-tracker3.8: misses database upgrade script

2008-11-14 Thread Dominic Hargreaves
On Fri, Nov 14, 2008 at 12:30:22PM +0100, Martin Zobel-Helas wrote:
> request-tracker3.6 had a nice db-upgrade script in
> /etc/request-tracker3.6/upgrade:
> 
> 
> cat db-upgrade.sh 
> #!/bin/sh
>  for x in /etc/request-tracker3.6/upgrade/*; do \
>  for y in schema acl insert; do \
> /usr/sbin/rt-setup-database-3.6 --action $y --datadir $x \
>   --dba rtuser --dba-password RTpostgreLogin; \
>  done;\
>   done;
> 
> 
> Please add an alike script to request-tracker3.8 package.

That file must have been something you created locally, as it is not
provided by the request-tracker3.6 package.

In fact, rt-setup-database now has a built-in upgrade action which will
do essentially the same thing. I have update the docs describing this in
the package in subversion, which will be released in due course.

Cheers,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#505679: request-tracker3.8: misses database upgrade script

2008-11-14 Thread Martin Zobel-Helas
Package: request-tracker3.8
Version: 3.8.1-1~experimental1
Severity: important
Tags: patch

Hi,

request-tracker3.6 had a nice db-upgrade script in
/etc/request-tracker3.6/upgrade:


cat db-upgrade.sh 
#!/bin/sh
 for x in /etc/request-tracker3.6/upgrade/*; do \
 for y in schema acl insert; do \
/usr/sbin/rt-setup-database-3.6 --action $y --datadir $x \
  --dba rtuser --dba-password RTpostgreLogin; \
 done;\
  done;


Please add an alike script to request-tracker3.8 package.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]