Hi there I’m updating a drupal 7 project to a drupal 9.3.7 project. Currently everything worked out. But I’m having this error
Failed: DrupalCoreDatabaseDatabaseExceptionWrapper: SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation "users_uid_seq" already exists: CREATE SEQUENCE users_uid_seq; Array ( ) in user_update_9301() .
I’m using PostgreSQL for a database. As soon as I run update.php that error appears.