<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
My bad for miss reading :)<br>
<div class="moz-cite-prefix">2014-06-06 20:28, Kevin Falcone rašė:<br>
</div>
<blockquote cite="mid:20140606172825.GQ64805@jibsheet.com"
type="cite">
<pre wrap="">On Tue, Jun 03, 2014 at 10:54:52PM -0700, andkulb wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I had the same problem.
As I find out the update-database task was trying to connect to the DB using
root user, which I don't have access to instead of my RT database user. The
upgrade-database was asking for password, but it did not asked for a user
which should be used. So made a change in /sbin/rt-setup-database:
my $dba_user = my_rt_database_user_name.
</pre>
</blockquote>
<pre wrap="">
I don't think this is directly related to the OP's problem, but that's
fixable during configure (and on new enough RT versions, in the
Config)
./configure --help | grep dba
--with-db-dba=DBA name of database administrator (default: root or
-kevin
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
</blockquote>
<br>
</body>
</html>