PostgreSQL Test App
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 465 | 17 Mar 2026 | |
| latest/stable | 464 | 17 Mar 2026 | |
| latest/stable | 463 | 17 Mar 2026 | |
| latest/stable | 462 | 17 Mar 2026 | |
| latest/candidate | 465 | 17 Mar 2026 | |
| latest/candidate | 464 | 17 Mar 2026 | |
| latest/candidate | 463 | 17 Mar 2026 | |
| latest/candidate | 462 | 17 Mar 2026 | |
| latest/beta | 465 | 17 Mar 2026 | |
| latest/beta | 464 | 17 Mar 2026 | |
| latest/beta | 463 | 17 Mar 2026 | |
| latest/beta | 462 | 17 Mar 2026 | |
| latest/edge | 490 | 21 Apr 2026 | |
| latest/edge | 489 | 21 Apr 2026 | |
| latest/edge | 488 | 21 Apr 2026 | |
| latest/edge | 487 | 21 Apr 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