Skip to content
  • Antonio Terceiro's avatar
    script/quick-start: wait for postgresql to start · cbb798cf
    Antonio Terceiro authored
    Depending on the setup PostgreSQL might still be starting up when we get
    to the first point where Rails will try connecting, and will fail with:
    
      PG::ConnectionBad: FATAL:  the database system is starting up
    
    So we wait for PostgreSQL to be ready.
    cbb798cf