<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 23, 2013 at 2:40 PM, saxmad <span dir="ltr"><<a href="mailto:g.mason@fairfx.com" target="_blank">g.mason@fairfx.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1xj">[Tue Apr 23 09:58:37 2013] [crit]: DBD::Pg::st execute failed: ERROR:<br>
relation "groupmembers1" already exists at<br>
/usr/share/request-tracker4/lib/RT/Handle.pm line 515.<br>
(/usr/share/request-tracker4/lib/RT.pm:351)<br>
DBD::Pg::st execute failed: ERROR:  relation "groupmembers1" already exists<br>
at /usr/share/request-tracker4/lib/RT/Handle.pm line 515.<br></div></blockquote><div><br></div><div style>This scrip tries to create an index, but name is in use. We use tablename+number</div><div style>for indexes. I suspect you created an index yourself. Easy route is to drop it:</div>
<div style><br></div><div style>drop index groupmembers1;</div><div style><br></div><div style>And start upgrade command and enter 3.8.2 as version you're upgrading from.</div><div style><br></div><div style>This case is very simple as schema file for 3.8.3 has only index and nothing else.</div>
<div style>In other cases it may be more complicated, so keep posting.</div><div style><br></div><div style>Other warnings are harmless.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":1xj">
I'm pretty sure that I got this message at the same point last time, but I<br>
have stopped, as requested by Kevin, and posted the error.<br></div></blockquote></div><br><br><br clear="all"><div><br></div>-- <br>Best regards, Ruslan.
</div></div>