Migrate a CNPG PostgreSQL cluster between Proxmox and Hetzner regions via streaming replication with sub-second downtime
Scanned 9/9/2026
Install to Claude Code
npx -y skills add agentydragon/ducktape --skill cnpg_region_switch --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cnpg Region Switch?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentydragon-cnpg-region-switch-ducktape)More formats (shields.io, HTML) on the badges page.
---
name: cnpg_region_switch
description: Migrate a CNPG PostgreSQL cluster between Proxmox and Hetzner regions via streaming replication with sub-second downtime
---
# CNPG Cross-Region Migration
Migrate a single-instance CNPG PostgreSQL cluster between regions using the Standalone Replica Cluster pattern.
## When to use
- Migrating a database from Proxmox to Hetzner (or vice versa)
- Moving a database to region-appropriate storage
- No HA replicas exist — single-instance cluster only
## Procedure
Follow the runbook at `skills/cnpg_region_switch/RUNBOOK.md` step by step.
Key steps:
1. Create source cluster (if not existing)
2. Create target as streaming replica (`pg_basebackup` + `replica.enabled: true`)
3. Verify replication and data
4. Promote target (`spec.replica.enabled: false`)
5. Verify promoted target (writable, data intact, sequences correct)
6. Update application connection string
7. Delete source cluster
## Important constraints
- Both clusters must use the same PostgreSQL image version
- Promotion is irreversible (standalone replica pattern)
- Namespace must have quota for ≥6 services during migration (3 per cluster)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration
基于Supabase最佳实践的PostgreSQL数据库模式,用于查询优化、架构设计、索引和安全。
Spring Boot中的JPA/Hibernate实体设计、关系、查询优化、事务、审计、索引、分页和连接池模式。
ClickHouse数据库模式、查询优化、分析和数据工程最佳实践,适用于高性能分析工作负载。
Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).