Add a Postgres resource with logical replication to the Meroxa Platform

Add a Postgres resource with logical replication to the Meroxa Platform

Authored by: Meroxa
Brought to you by Warp, a free terminal reimagined to work like a modern app.
resource_name
pg_username
pg_password
pg_url
pg_port
pg_database_name

Command
Copy
meroxa resources create resource_name --type postgres --url "postgres://pg_username:pg_password@pg_url:5432/pg_database_name" --metadata '{"logical_replication":"true"}'
Tags