Followed update instructions with the beta release (turn off all but core modules, backup, remove all old files, copy sites back over), but when it came time to update received the following error:

DatabaseSchemaObjectExistsException: Table cache_path already exists. in DatabaseSchema->createTable() (line 621 of /home/myname/public_html/books/includes/database/schema.inc).

Can't do upgrade on existing 6.x site

Comments

damien tournoud’s picture

Status: Active » Closed (duplicate)
sillygwailo’s picture

DROP TABLE cache_path;
DROP INDEX system_list ON system;

With prompting from Damien's comment, the above got me past the errors and through to updating.