Re: Upgrade from 2.5.0 to 2.5.2 does not work [message #12313 is a reply to message #12312] |
Mon, 04 August 2003 07:58 |
|
Arg, If I rerun the upgrade.php script, it seems that if the upgrade failed in the SQL part, you're dead. Especially if you haven't made a backup before :-)
I noticed that it skips the ALTER error now (previously posted) and prints another error, so I guess that it didn't do the change, but in some way jumped on the next problem?
There should be a rollback, in case of any error, no? I don't know if it's possible with MySQL, but with PostgreSQL it's definitely possible.
I now have the following error:
PostgreSQL Error: ERROR: Relation 818500 does not exist
Query: UPDATE fud25_group_members SET user_id=2147483647 WHERE user_id=4294967295
I get the error "Relation 818500 does not exist" on any request that I make now. Even when doinga consistency check :-(
Does this mean that my db is totally corrupted?
[Updated on: Mon, 04 August 2003 08:00] Report message to a moderator
|
|
|