Hiya,
I'm having the same problem, except I switched servers and I'm migrating my db to a new host and figured I'd start fresh with the latest version.
Where can I find the SQL to update my DB? I'd rather not attempt another re-install and changing things with SQL should take a whole 5 seconds.
I can read/write/alter/del tables and databases so its not a permission issue.
thanks in advance.
0.7.1 to 0.8.4 Upgrade
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Usually the s9y DB upgrader does all you want/need to your DB. It is strongly suggested that you use this facility, because DB updates alone don't work, you sometimes need to execute certain functions.
From which version are you upgrading from and to?
The needed files are include/admin/upgrader.inc.php, include/functions_upgrader.inc.php and sql/db_update*.sql.
Regards,
Garvin
From which version are you upgrading from and to?
The needed files are include/admin/upgrader.inc.php, include/functions_upgrader.inc.php and sql/db_update*.sql.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Yes, sadly you did it wrong. Serendipity needs for upgrading also the files of your old installation. Actually, it only needs the "serendipity_config_local.inc.php" file. This one contains the version number of your old Serendipity version and then performs an upgrade.
Do this:
1. Copy over the DB again
2. Copy over your "serendipity_config_local.inc.php" file
3. Now open your new blog URL, and you'll see the automatic upgrader.
(You may leave step 1. out, if you have not changed anything yet in your configuration on the new URL)
Regards,
Garvin
Do this:
1. Copy over the DB again
2. Copy over your "serendipity_config_local.inc.php" file
3. Now open your new blog URL, and you'll see the automatic upgrader.
(You may leave step 1. out, if you have not changed anything yet in your configuration on the new URL)
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/