PostgreSQL Test App
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 515 | 12 Jun 2026 | |
| latest/stable | 516 | 12 Jun 2026 | |
| latest/stable | 513 | 12 Jun 2026 | |
| latest/stable | 514 | 12 Jun 2026 | |
| latest/candidate | 515 | 12 Jun 2026 | |
| latest/candidate | 516 | 12 Jun 2026 | |
| latest/candidate | 513 | 12 Jun 2026 | |
| latest/candidate | 514 | 12 Jun 2026 | |
| latest/beta | 516 | 08 May 2026 | |
| latest/beta | 515 | 08 May 2026 | |
| latest/beta | 514 | 08 May 2026 | |
| latest/beta | 513 | 08 May 2026 | |
| latest/edge | 537 | 12 Jun 2026 | |
| latest/edge | 536 | 12 Jun 2026 | |
| latest/edge | 535 | 12 Jun 2026 | |
| latest/edge | 534 | 12 Jun 2026 |
juju deploy postgresql-test-app
-
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