an4s911 Posted September 21 Posted September 21 (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 September 21 by an4s911
wolstech Posted September 21 Posted September 21 It means the server in the process of creating another database for someone. In most cases the fix is to try again later.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now