Forrest logo
back to context overview

pg_isready

List of commands for pg_isready:

  • pg_isready:tldr:3b7fe pg_isready: Check connection with a specific hostname and port.
    $ pg_isready --host=${hostname} --port=${port}
    try on your machine
    explain this command
  • pg_isready:tldr:7e502 pg_isready: Check connection displaying a message only when the connection fails.
    $ pg_isready --quiet
    try on your machine
    explain this command
  • pg_isready:tldr:e3de3 pg_isready: Check connection.
    $ pg_isready
    try on your machine
    explain this command
back to context overview