Database creation stuck in loop

When I try to create a database, the process doesn’t finish, but seems to be stuck in a loop. Every 10 seconds, something like this is added to the log:

‘Aug 26 04:36:18 AM [1-1] user=[unknown],db=[unknown],app=[unknown],client=::1,LOG: connection received: host=::1 port=54700
Aug 26 04:36:19 AM [2-1] user=postgres,db=postgres,app=[unknown],client=::1,LOG: connection authenticated: identity=“postgres” method=md5 (/pgdata/dpg-cc4214la4994c9qbadrg-a/pg_hba.conf:10)
Aug 26 04:36:19 AM [3-1] user=postgres,db=postgres,app=[unknown],client=::1,LOG: connection authorized: user=postgres database=postgres application_name=psql SSL enabled (protocol=TLSv1.2, cipher=ECDHE-RSA-AES256-GCM-SHA384, bits=256)
Aug 26 04:36:19 AM [4-1] user=postgres,db=postgres,app=psql,client=::1,LOG: disconnection: session time: 0:00:00.103 user=postgres database=postgres host=::1 port=54700’

In my first attempt, I allowed the process to continue for 30 minutes; in the second, 10.

Am I doing something wrong?

These messages are from Render’s liveness check: a simple connect and disconnect every ten seconds. So it actually looks like your database was created and is ready.

Okay, thanks. I was mislead by a status that was stuck at “creating…”.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.