Hello, I am getting ready to upgrade from 0.1-20051021. My first upgrade attempt.
The replacing of directories and addition of lines is self explanatory but I am not sure about the DB part. I use my web hosts phpMyAdmin interface. Should I be copying and pasting the contents of update.sql or initial.sql? I just don't want to lose any of my users address book contacts etc which I assume is housed here. Thanks so much. -Mark from version 0.1-20051021 ---------------------------------------- - replace index.php - replace all files in folder /program/ - replace all files in folder /skins/default/ - run all commands in SQL/*.update.sql or re-initalize database with *.initial.sql - add these lines to /config/main.inc.php $rcmail_config['skip_deleted'] = FALSE; $rcmail_config['message_sort_col'] = 'date'; $rcmail_config['message_sort_order'] = 'DESC'; $rcmail_config['log_dir'] = 'logs/'; $rcmail_config['temp_dir'] = 'temp/'; - add these lines to /config/db.inc.php $rcmail_config['db_max_length'] = 512000; $rcmail_config['db_sequence_user_ids'] = 'user_ids'; $rcmail_config['db_sequence_identity_ids'] = 'identity_ids'; $rcmail_config['db_sequence_contact_ids'] = 'contact_ids'; $rcmail_config['db_sequence_cache_ids'] = 'cache_ids'; $rcmail_config['db_sequence_message_ids'] = 'message_ids';
