Issue with Update: Table already exists

I’m trying to upgrade my nextcloud instance from 30.0.2 to 30.0.4. I am running it on Debian (bookworm), with php version 8.2 and mariadb version 10.11.6.

When I run my upgrade, I get the following output:

However, when I check my database, there is no such table:

I’d appreciate any help with this.

That table predates v30.0.4.

Check the output of the following to make sure the right db is really being used:

occ config:list system --private | grep db

Also, please check the detailed logs and/or your Nextcloud log for some further hints.