PostgreSQL Test App

  • By Canonical Data Platform
Channel Revision Published Runs on
latest/stable 211 09 Aug 2024
Ubuntu 22.04
latest/stable 210 09 Aug 2024
Ubuntu 22.04
latest/beta 211 09 Aug 2024
Ubuntu 22.04
latest/beta 210 09 Aug 2024
Ubuntu 22.04
latest/edge 245 16 Sep 2024
Ubuntu 22.04
latest/edge 244 16 Sep 2024
Ubuntu 22.04
juju deploy postgresql-test-app --channel beta
Show information

Platform:

Ubuntu
22.04

Learn about actions >

  • clear-continuous-writes

    Clear the written data.

  • run-sql

    Runs a given sql command on the backend database.

    Params
    • dbname string

      database on which to run the command

    • query string

      query to run

    • readonly boolean

      whether or not to use the readonly endpoint

    • relation-name string

      name of the relation under test

    Required

    dbname, query, relation-name

  • show-continuous-writes

    Show continuous writes.

  • start-continuous-writes

    Start continuous writes.

  • stop-continuous-writes

    Stop continuous writes.

  • test-tls

    Checks if TLS is enabled on the backend database.

    Params
    • dbname string

      database on which to run the command

    • readonly boolean

      whether or not to use the readonly endpoint

    • relation-name string

      name of the relation under test

    Required

    dbname, relation-name