[Vtigercrm-developers] V4.2.4 Upgrade
Mike Fedyk
mfedyk at mikefedyk.com
Tue Feb 28 05:49:22 PST 2006
Brian Devendorf wrote:
>Want to run an idea past everyone...
>
>When someone updates from v4.2.3 to v4.2.4, they will need to update
>their config.php. At a minimum they need to change:
> $dbconfig['db_host_name'] =
> $dbconfig['db_user_name'] =
>To:
> $dbconfig['db_hostname'] =
> $dbconfig['db_username'] =
>
>Should this be accomplished in the index.php... if it doesn't see a
>db_hostname, check for db_host_name. If that exists, launch 4.2.3 to
>4.2.4 upgrade routine (currently just changing those two entries).
>
>Does this sound like a good idea? Anyone have any better idea?
>
>
We can do that in 4.2.5, but for 4.2.4 it will just be some if
(!isset()) calls in index.php.
Mike
More information about the vtigercrm-developers
mailing list