Skip to content

feat: ClickHouse backup and restore support#57

Draft
gabrielmouallem wants to merge 2 commits intomasterfrom
feat/managed-database-backups
Draft

feat: ClickHouse backup and restore support#57
gabrielmouallem wants to merge 2 commits intomasterfrom
feat/managed-database-backups

Conversation

@gabrielmouallem
Copy link
Contributor

Summary

  • Add ManagedDatabases.update(id, data) method to support PATCH /managed_databases/:id
  • Add ManagedDatabases.listBackups(databaseId, params) convenience method
  • Enables backup configuration and restore-from-backup flows for ClickHouse databases

Changed files

  • lib/resources/managed-databases/index.js — Added update and listBackups methods

Test plan

  • Verify update() sends PATCH request with correct payload
  • Verify listBackups() returns backup list from API

🤖 Generated with Claude Code

gabrielmouallem and others added 2 commits March 11, 2026 17:24
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…rations

Adds ManagedDatabases.update(id, data) to support PATCH /managed_databases/:id
for backup configuration and restore from backup flows.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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