<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>upgrade from 2.1 to 2.2 is broken for postgres</title> 
  <pubDate>Fri, 10 Apr 2026 14:10:56 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/5949</link> 
  <atom:link rel="self" type="application/rss+xml" title="upgrade from 2.1 to 2.2 is broken for postgres" href="https://bugs.horde.org/ticket/5949/rss" /> 
  <description>upgrade from 2.1 to 2.2 is broken for postgres</description> 
 
   
   
  <item> 
   <title>Postgres doesn&#039;t have CHANGE for ALTER TABLE.  This fails:

</title> 
   <description>Postgres doesn&#039;t have CHANGE for ALTER TABLE.  This fails:



    &#039;ALTER TABLE &#039; . $db_table . &#039; CHANGE object_name object_lastname VARCHAR(255)&#039;,



It should be:



    &#039;ALTER TABLE &#039; . $db_table . &#039; ALTER object_name TYPE VARCHAR(255)&#039;,

    &#039;ALTER TABLE &#039; . $db_table . &#039; RENAME object_name TO object_lastname&#039;,



Also, 



require_once HORDE_BASE . &#039;/lib/core.php&#039;;



I&#039;m guessing needs to be moved up before



require_once &#039;Horde/CLI.php&#039;;



And, lastly, it depends on MDB2 which isn&#039;t tested for in any of the test.php scripts or mentioned in any of the included docs that grep could find.</description> 
   <pubDate>Sun, 02 Dec 2007 08:08:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5949#t39244</link> 
  </item> 
   
  <item> 
   <title>I fixed loading of core.php. I&#039;m gonna take care of the Post</title> 
   <description>I fixed loading of core.php. I&#039;m gonna take care of the PostgreSQL stuff after you fixed the MDB2/DB issue, Michael.</description> 
   <pubDate>Mon, 03 Dec 2007 16:37:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5949#t39282</link> 
  </item> 
   
  <item> 
   <title>MDB2 -&gt; DB complete.

</title> 
   <description>MDB2 -&gt; DB complete.

</description> 
   <pubDate>Mon, 03 Dec 2007 18:31:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5949#t39303</link> 
  </item> 
   
  <item> 
   <title>Can you please try the following version of the upgrade scri</title> 
   <description>Can you please try the following version of the upgrade script:

http://cvs.horde.org/co.php?r=1.17&amp;p=1&amp;f=turba%2Fscripts%2Fupgrades%2F2.1_to_2.2_sql_schema.php</description> 
   <pubDate>Tue, 04 Dec 2007 15:38:51 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5949#t39351</link> 
  </item> 
   
  <item> 
   <title>&gt; Can you please try the following version of the upgrade sc</title> 
   <description>&gt; Can you please try the following version of the upgrade script:

&gt; http://cvs.horde.org/co.php?r=1.17&amp;p=1&amp;f=turba%2Fscripts%2Fupgrades%2F2.1_to_2.2_sql_schema.php



postgres doesn&#039;t have a BLOB type.  That script failed to creat object_photo and object_logo.  Commenting those out, the rest of the script appears to run fine.</description> 
   <pubDate>Wed, 05 Dec 2007 23:22:03 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5949#t39465</link> 
  </item> 
   
  <item> 
   <title>Should be fixed with:

http://cvs.horde.org/co.php?r=1.18&amp;p=</title> 
   <description>Should be fixed with:

http://cvs.horde.org/co.php?r=1.18&amp;p=1&amp;f=turba%2Fscripts%2Fupgrades%2F2.1_to_2.2_sql_schema.php</description> 
   <pubDate>Thu, 06 Dec 2007 00:51:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5949#t39473</link> 
  </item> 
   
  <item> 
   <title>Works fine now.



&gt; Should be fixed with:

&gt; http://cvs.hor</title> 
   <description>Works fine now.



&gt; Should be fixed with:

&gt; http://cvs.horde.org/co.php?r=1.18&amp;p=1&amp;f=turba%2Fscripts%2Fupgrades%2F2.1_to_2.2_sql_schema.php

</description> 
   <pubDate>Thu, 06 Dec 2007 01:14:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5949#t39474</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
