Generate users table in postgresql database

Postgresql database does not have a users table. So we can’t reset the admin account or create a new account and thus we cannot log into SonarQube. How do we create the users table in our database?

Hi,

Welcome to the community!

I guess you’re trying to reinstate admin access? If you’re not seeing a users table… it sounds like either you’re in the wrong schema or there’s something deeply wrong with your SonarQube DB. Do you have a working backup?

 
Ann

Hi actually the table existed, We were just looking at the wrong user in the Docker-Container. We have figured out the problem thanks

1 Like