Yep, continue upgrades is the destiny WP users chose if they abandoned the legacy 2.0.x line.

The site went offline for some minutes to upgrade from 2.5.1 to 2.6

Nothing special, except a little mess with config file (fixed after a quick search).

This ’cause if you don’t want to see your database size duplicated due to the dreadful history hassle (AKA feature), it’s better uploading a properly edited wp_config.php ;) .

(note: even if the link isn’t active now, it will be when forum related works will end :P )

Update: due to long forum working, I repost here

18
19
20
21
22
23
24
25
26
27
// Change this to localize WordPress.  A corresponding MO file for the
// chosen language must be installed to wp-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');
 
// disable posts revisions
define ('WP_POST_REVISIONS', 0);
define('AUTOSAVE_INTERVAL', 600); //should be long enough!
/* That's all, stop editing! Happy blogging. */

Tags: ,

16 views