Hi Adam, I have a question.
Can I split the 2 activities separate and do them with a gap. 1. upgrading mysql to 5.1 and 2. upgrading the war to 1.4 This means that mifos 1.3 will have to be running on mysql 5.1 for some time. Also any body has successfully done the mysql upgrade before on ubuntu 8.04 LTS. Is this a smooth process or any issues are involved.? Is that ok. Or is there any issue? Regards, Nagananda Kumar. K.N Deputy General Manager [Information Technology] Grameen Financial Services Pvt. Ltd Avalahalli, Anjanapura Post, Bangalore Karnataka India PinCode: 560062 Ph: 080-28436237, Fax: 080 28436577 Mob: 9845104252 Email:[email protected] Website: www.grameenkoota.org -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Adam Feuer Sent: 09 February 2010 04:50 To: Nagananda Kumar; [email protected]; 'dheerendra hubli' Cc: Adam Feuer Subject: how to upgrade MySQL to 5.1 on Ubuntu 8.04 Naganand, You may already know all this, but in case you don't - here's a post from the Mifos Developer mailing list about Mifos 1.4.x requiring MySQL 5.1, and how to upgrade. -adam -- Adam Feuer Grameen Foundation ---------- Forwarded message ---------- From: Adam Monsen <[email protected]> Date: Mon, Feb 8, 2010 at 12:29 PM Subject: [Mifos-developer] how to upgrade MySQL to 5.1 on Ubuntu 8.04 To: Mifos Developer Discussions <[email protected]> Mifos v1.4.x requires MySQL 5.1.x. If you are using Ubuntu 8.04 to host your Mifos MySQL production database, you may have noticed that Canonical does not provide MySQL 5.1 for Ubuntu 8.04 ("Hardy Heron"). To install MySQL 5.1.x (5.1.22 as of the writing of this guide) on Ubuntu 8.04, follow these steps: * create a file named /etc/apt/sources.list.d/mysql.list containing deb http://ppa.launchpad.net/monty/ubuntu gutsy main universe restricted multiverse deb http://ppa.launchpad.net/smurf/ubuntu gutsy main universe restricted multiverse (must be two long lines, no linebreaks) * run "apt-get update" * run "apt-get install mysql-common" * run "apt-get install mysql-server-5.1" * make sure "skip-bdb" is commented out in your MySQL configuration (/etc/mysql/my.cnf by default) * re-start MySQL server (/etc/init.d/mysql restart) This procedure was copied from: https://bugs.launchpad.net/bugs/403562 ---------------------------------------------------------------------------- -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com -- Adam Feuer <adamf at pobox dot com> ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
