Avatar

How to update from RC4 to 2.0.2? (General)

by Alex ⌂, Thursday, February 12, 2009, 16:21 (5550 days ago) @ Frank

Hi Frank,

with the update scripts you can so far only update version by version. In your case it would be easier to run the relevant SQL queries in update/update.sql with a tool like phpMyAdmin.

These are the queries to update from 2.0 RC 4 to 2.0.2:

INSERT INTO mlf2_settings VALUES ('forum_readonly', '0');
INSERT INTO mlf2_settings VALUES ('tags', '1');
UPDATE mlf2_settings SET VALUE = '2.0.2' WHERE name = 'version';

Then replace all files/folders except for the folders backup, config and images.

Alex


Complete thread:

 RSS Feed of thread