Skip to content

Add commands to manage Postgres read-only replicas - #1391

Merged
nholden merged 2 commits into
mainfrom
cursor/read-only-replica-crud-eea9
Aug 31, 2026
Merged

Add commands to manage Postgres read-only replicas#1391
nholden merged 2 commits into
mainfrom
cursor/read-only-replica-crud-eea9

Conversation

@nholden

@nholden nholden commented Aug 28, 2026

Copy link
Copy Markdown
Member

pscale users can manage Postgres read-only replicas from the CLI.

  • List replicas with pscale read-only-replica list <database> <branch> --org <org> --format json
  • Show a replica with pscale read-only-replica show <database> <branch> <name> --org <org> --format json
  • Create a replica with pscale read-only-replica create <database> <branch> <name> --region <region> --org <org> --format json
  • Update a replica with pscale read-only-replica update <database> <branch> <name> --replicas 2 --org <org> --format json
  • Delete a replica with pscale read-only-replica delete <database> <branch> <name> --org <org> --format json --force
Open in Web Open in Cursor 

Co-authored-by: Nick Holden <nick.r.holden@gmail.com>
@cursor cursor Bot changed the title Add read-only replica CRUD commands Add commands to manage Postgres read-only replicas Aug 28, 2026
Co-authored-by: Nick Holden <nick.r.holden@gmail.com>
@nholden
nholden marked this pull request as ready for review August 29, 2026 01:05
@nholden
nholden requested a review from a team as a code owner August 29, 2026 01:05
@nholden nholden self-assigned this Aug 29, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: medium. Approved; Cursor Bugbot completed with no findings requiring human review (Security Agent was not present), and no reviewers were assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: cli-reviewer

@nholden
nholden merged commit 9c622ca into main Aug 31, 2026
5 checks passed
@nholden
nholden deleted the cursor/read-only-replica-crud-eea9 branch August 31, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants