Skip to content

feat: allow to specify name when creating backup#1264

Open
ym wants to merge 1 commit into
planetscale:mainfrom
ym:feat/backup-flag-name
Open

feat: allow to specify name when creating backup#1264
ym wants to merge 1 commit into
planetscale:mainfrom
ym:feat/backup-flag-name

Conversation

@ym
Copy link
Copy Markdown

@ym ym commented Jun 3, 2026

This add a optional flag --name so name can be specified when creating a backup.

E.g.

➜  pscale-cli git:(feat/backup-flag-name) go run cmd/pscale/main.go backup create _ main           
!! WARNING: You are using a self-compiled binary which is not officially supported.
!! To dismiss this warning, set PSCALE_DISABLE_DEV_WARNING=true

Backup 2026.06.03 09:02:30.838 was successfully created.
➜  pscale-cli git:(main) ✗ go run cmd/pscale/main.go backup create _ main --name pkk
!! WARNING: You are using a self-compiled binary which is not officially supported.
!! To dismiss this warning, set PSCALE_DISABLE_DEV_WARNING=true

Backup pkk was successfully created.

@ym ym requested a review from a team as a code owner June 3, 2026 09:03
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.

1 participant