Skip to content

Postgres9.5

Description

Related issue

Examples

$ CLONE_PASSWORD="$POSTGRES_PASSWORD" dblab clone observe --follow $CLONE_ID & $ BASE_URI="{POSTGRES_USER}:{POSTGRES_PASSWORD}@{HOST}:{PORT}/${POSTGRES_DB}" $ TARGET="db:pg://$BASE_URI" $ sqitch deploy --verify --target $TARGET 2020/06/10 08:08:46 [ERROR] DB query: pq: column a.wait_event_type does not exist 2020/06/10 08:08:46 cannot query metrics: pq: column a.wait_event_type does not exist

Checklist

  • run gitlab ci or dblab clone observe --follow $CLONE_ID on image postgres:9.5
  • the MR description has been reviewed
  • this MR contains text changes and they have been reviewed OR there are no texts changes
  • this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes
  • this MR contains API changes, specifications reflect those changes and they have been reviewed OR there are no API changes

Merge request reports

Loading