FinalsClub / karmaworld

KarmaNotes.org v3.0
GNU Affero General Public License v3.0
7 stars 6 forks source link

VM postgres coordination (race condition) #360

Closed btbonval closed 10 years ago

btbonval commented 10 years ago

Looks like postgresql client is trying to run commands in the Vagrant file before postgresql server is up and running.

server does get up and running, but a little too late.

need to synchronize that somehow.

btbonval commented 10 years ago

Looks like the psql command claimed it could not connect, but the two psql commands in the vagrantfile ran. soooo weird

btbonval commented 10 years ago

actually it is looking very much like the virtual machine might have already been initialized. vagrant should have been smart enough not run the vagrantfile config since it looks like that was already done. very strange. might be a different problem entirely than this ticket claims.

btbonval commented 10 years ago

This problem is not a real problem.