Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.52 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.52 KB

build

icon

Problem statement

Pings a PostgreSQL database until it responds or fails by timing out. Useful to know when a DB has finished launching.

Example usage

Visualize

opctl ui github.com/opspec-pkgs/postgresql.db.waitready#1.0.0

Run

opctl run github.com/opspec-pkgs/postgresql.db.waitready#1.0.0

Compose

op:
  ref: github.com/opspec-pkgs/postgresql.db.waitready#1.0.0
  inputs:
    dbPassword:  # 👈 required; provide a value
    dbSchema:  # 👈 required; provide a value
    dbUsername:  # 👈 required; provide a value
  ## uncomment to override defaults
  #   dbHostname: "postgresql-db"
  #   dbPort: 5432
  #   timeout: 60

Support

join us on Slack or open an issue

Releases

releases are versioned according to semver 2.0.0 and tagged; see CHANGELOG.md for release notes

Contributing

see project/CONTRIBUTING.md