<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Juanjo</b> <span dir="ltr"><<a href="mailto:juanjillo@gmail.com">juanjillo@gmail.com</a>></span><br>Date: 2012/6/27<br>
Subject: Re: [rt-users] Try to migrating from MySQL to Postgres<br>To: Anders Hansen-Øvre <<a href="mailto:Anders.Hansen-Ovre@contra.no">Anders.Hansen-Ovre@contra.no</a>><br><br><br>Ok, tahnks. I think is working. Almost the script is running well.<br>
<br>I have some errors like that:<br>Use of uninitialized value $mymaxid in concatenation (.) or string at ./RTmysqltoPg line 35.<div class="HOEnZb"><div class="h5"><br><br><br><br><div class="gmail_quote">
2012/6/26 Anders Hansen-Øvre <span dir="ltr"><<a href="mailto:Anders.Hansen-Ovre@contra.no" target="_blank">Anders.Hansen-Ovre@contra.no</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">







<div link="blue" vlink="purple" lang="NO-BOK">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US">I used the following after some key issues.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US">Using Pg to request password for local connections<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US">/opt/rt4/sbin/rt-setup-database --dba postgres --prompt-for-password --action drop<u></u><u></u></span></p>


<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US">/opt/rt4/sbin/rt-setup-database --dba postgres --prompt-for-password --action create<u></u><u></u></span></p>


<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US">/opt/rt4/sbin/rt-setup-database --dba postgres --prompt-for-password --action schema --datadir /opt/rt4/etc/schema.Pg<u></u><u></u></span></p>


<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US">/opt/rt4/sbin/rt-setup-database --dba postgres --prompt-for-password --action acl --datadir /opt/rt4/etc/acl.Pg<u></u><u></u></span></p>


<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US">Change Pg back to default auth for postgres from local<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US">Then run ./RTmysqltoPg<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:Consolas;color:#1f497d">---<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Anders<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">Fra:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:rt-users-bounces@lists.bestpractical.com" target="_blank">rt-users-bounces@lists.bestpractical.com</a> [mailto:<a href="mailto:rt-users-bounces@lists.bestpractical.com" target="_blank">rt-users-bounces@lists.bestpractical.com</a>]
<b>På vegne av</b> Juanjo<br>
<b>Sendt:</b> 26. juni 2012 09:54<br>
<b>Til:</b> <a href="mailto:rt-users@lists.bestpractical.com" target="_blank">rt-users@lists.bestpractical.com</a><br>
<b>Emne:</b> [rt-users] Try to migrating from MySQL to Postgres<u></u><u></u></span></p><div><div>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Hi.<br>
<br>
I try to make a migration in my dev server from MySQL to Postgres.<br>
<br>
Now im trying to use the scrip from Dario given in this thread <a href="http://www.gossamer-threads.com/lists/rt/users/103305" target="_blank">
http://www.gossamer-threads.com/lists/rt/users/103305</a><br>
<br>
I get this error:<br>
<br>
[root@rt ~]# ./RTmysqltoPg <br>
Migrating ACL...<br>
maxid=83<br>
Asked ACL for 2000 starting from 0, got 73<br>
DBD::Pg::st execute failed: ERROR:  duplicate key violates unique «acl_pkey» at ./RTmysqltoPg line 130.<br>
Use of uninitialized value $values[6] in join or string at ./RTmysqltoPg line 130.<br>
Use of uninitialized value $values[8] in join or string at ./RTmysqltoPg line 130.<br>
 <br>
 2,0,SuperUser,1,0,Group,,1,,RT::System at ./RTmysqltoPg line 130.<br>
<br>
<br>
<br>
in the ACL table there aren´t duplicates key for ID.<br>
The new database is empty, only generated by # make initialize-database<br>
<br>
Any help?<br>
<br>
I attach the script.<br>
<br>
Thanks.<br>
Kindest Regards.<br clear="all">
<br>
-- <br>
Un saludo.<br>
Juanjo Corral<u></u><u></u></p>
</div></div></div>
</div>

</blockquote></div><br><br clear="all"><br>-- <br>Un saludo.<br>Juanjo Corral<br>
</div></div></div><br><br clear="all"><br>-- <br>Un saludo.<br>Juanjo Corral<br>