MyBB Community Forums

Full Version: Upgrade Repairs Database Sequences - forever
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to upgrade mybb 1.6.0 to the current 1.6.4, copied all files over the old ones and started ../install

The first steps run fine, but then at
"Repairing Database Sequences..."
it gets stuck.

I am running mybb with Postgres 8.4.8 - and it worked fine with 1.6.0.
This is probably answered elsewhere, but as it is the first Google result, here is what I found:

Make sure that the permissions are set so that your database user can create a column.

upgrade20.php line 47 was trying to add a column.

use
./install/upgrade.php