Sergio Bruder wrote:
> 
> There is a simple way to upgrade a 1.2.5 site to a 1.4.b3?
> 
> I have a 1.2.5 site installed and running, and installed a
> 1.4.b3 in my test machine. How can I transfer the site
> to the test machine?

On the MadKing machine you can dump the midgard database using something
like:

   mysqldump --opt -umidgard -pmidgard midgard > midgard.sql

Trasfer midgard.sql somehow to the 1.4b3 machine and set up the database
there. Then run the upgrade sql scripts which come with 1.4b3. I had to
fiddle manually with some entries (use phpMyAdmin or something like
that). Namely, I had to manually set the port field in the host table.


Frank

-- 
Dr Frank Boehme                      | Email: [EMAIL PROTECTED]
National University of Ireland, Cork | phone: +353-21-903163
Dept of Computer Science             |   fax: +353-21-903113
Cork, Ireland                        |

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to