Mysql db migration jams up with Typo 5.4.4

Hello all,

I’m trying to migrate a 5.3 typo system to 5.44, but I am getting errors
on the database migration step. At the start I see:

• Drop blacklist patterns
• Drop session table

may take a moment

But as soon as I perform the migration by clicking on the button (or
using rake RAILS_ENV=production db:migrate
for that matter) I get the error below.

Of course, there definitely is an existing users table. But this also
can’t be an unexpected situation either. How do I get this fixed? Edit
the 001_initial_schema.rb file in some way?

TIA,

Simon

It’s seems that this error because you don’t starting your database by
migration.

Can you send us the result of :

select * from schema_migrations;