Jump to content

Recommended Posts

Posted (edited)

I tried creating a new postgre database, and it gives me this error:

Error: Connection to the database server failed: SQLSTATE[55006]: Object in use: 7 ERROR: source database "template1" is being accessed by other users DETAIL: There is 1 other session using the database.

 

Edit: To give context, I haven't made any databases or database users so far. I do have a django app on httpdocs though.

 

Solved: It worked after some time like mentioned in the reply below by @wolstech

Edited by an4s911
Posted

It means the server in the process of creating another database for someone.

In most cases the fix is to try again later.

  • an4s911 changed the title to [Solved] Error while adding a new postgres database Tommy server

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...