The pgstream binary version is pinned by the CLI and can be overridden with the
XATA_PGSTREAM_BINARY_VERSION environment variable.-h, --help.
xata stream destroy— Remove the pgstream setup from a source database
destroy
Remove the pgstream setup from a source database Drops the replication slot along with the tables, functions and triggers pgstream created, and the pgstream schema itself.string
.env or .yaml config file to use with pgstream if any
string
Log output format. One of console, json
trace | debug | info | warn | error | fatal | panic
default:"info"
Log level for pgstream
string
Disable ANSI color codes in console log output (ignored when —log-format=json)
string
Whether to only revert the database migrations
string
Source postgres URL where pgstream destroy will be run
string
Name of the postgres replication slot to be deleted by pgstream from the source url
string
Whether to only drop the replication slot, leaving the pgstream schema and migrations in place
string
Whether to also destroy the injector related database objects
string
required
The source PostgreSQL URL
string
The profile to use