clickhouse-upgrade-migration
Installation
SKILL.md
ClickHouse Upgrade & Migration
Overview
Safely upgrade ClickHouse server and the @clickhouse/client Node.js SDK,
with rollback procedures and breaking change detection.
Prerequisites
- Current ClickHouse version known (
SELECT version()) - Git for version control
- Test suite for integration validation
- Staging environment for pre-production testing
Instructions
Step 1: Check Current Versions
Related skills