pg_createsubscriber
Verified for current stable LTS
Pg Createsubscriber Command: Convert Physical Replica To Logical Replica
Use for convert physical replica to logical replica with Pg Createsubscriber. Exact CLI syntax to convert physical replica to logical replica using Pg Createsubscriber.
When to use this: Use for convert physical replica to logical replica with Pg Createsubscriber.
Command Syntax
pg_createsubscriber -d <dbname> -D <path/to/data> -P <connstr> pg_createsubscriber -d <dbname> -D <path/to/data> -P <connstr> Command Breakdown
-d- Command Option
- Tool-specific option used by this command invocation.
-D- Command Option
- Tool-specific option used by this command invocation.
-P- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to convert physical replica to logical replica using Pg Createsubscriber.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pg Createsubscriber Command: Convert With Verbose Output
pg_createsubscriber -v -d <dbname> -D <path/to/data> -P <connstr> Pg Createsubscriber Command: Display Help For Pg Createsubscriber pg_createsubscriber -? Pg Createsubscriber Command: Enable Two Phase Commit For Subscription pg_createsubscriber -T -d <dbname> -D <path/to/data> -P <connstr> Pg Createsubscriber Command: Perform Dry Run Without Modifications pg_createsubscriber -n -d <dbname> -D <path/to/data> -P <connstr> Tar Command: Create A Gzipped Archive From A Directory Using Relative Paths tar czf <path/to/target.tar.gz> -C <path/to/directory> .