PostgreSQL Test App
- Canonical
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 279 | 15 Nov 2024 | |
latest/stable | 278 | 15 Nov 2024 | |
latest/beta | 279 | 15 Nov 2024 | |
latest/beta | 278 | 15 Nov 2024 | |
latest/edge | 283 | 18 Nov 2024 | |
latest/edge | 282 | 18 Nov 2024 |
juju deploy postgresql-test-app --channel edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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