an4s911 Posted September 21, 2024 Posted September 21, 2024 (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, 2024 by an4s911 Quote
wolstech Posted September 21, 2024 Posted September 21, 2024 It means the server in the process of creating another database for someone. In most cases the fix is to try again later. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.