Database creation taking too long

Started by Mauricio Alejandro De León Cárdenasabout 8 years ago2 messagesbugs
Jump to latest

Hi, im trying to create a new user within a rails app using the following
command:
createuser --createdb --login -P myapp

It's been running for almost 1 hour but nothing happens (trying to run it
on windows 10 with git bash). Is this normal?

--
Aviso de confidencialidad y exención - Confidential notice and legal advice
disclaimer -
www.udem.edu.mx/disclaimer

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Mauricio Alejandro De León Cárdenas (#1)
Re: Database creation taking too long

=?UTF-8?Q?Mauricio_Alejandro_De_Le=C3=B3n_C=C3=A1rdenas?= <mauricio.deleonc@udem.edu> writes:

Hi, im trying to create a new user within a rails app using the following
command:
createuser --createdb --login -P myapp

It's been running for almost 1 hour but nothing happens (trying to run it
on windows 10 with git bash). Is this normal?

Sounds like it's blocked on a lock, perhaps. Try opening another
connection to the DB and snooping around in pg_locks to see what's
blocking it.

regards, tom lane