From kongcode
Backs up the kongcode SurrealDB database losslessly for restore into another SurrealDB instance. Triggers on requests to export, snapshot, or dump the database.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kongcode:kongcode-backup-nativeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Body in kongcode DB. Call `mcp__plugin_kongcode_kongcode__get_skill_body` with `name="kongcode-backup-native"` to load full instructions.
Body in kongcode DB. Call mcp__plugin_kongcode_kongcode__get_skill_body with name="kongcode-backup-native" to load full instructions.
npx claudepluginhub 42u/kongcode --plugin kongcodeExports Kongcode data as JSONL for migration to non-SurrealDB systems like Postgres+pgvector, Neo4j, OpenSearch, or custom stores.
Generates backup scripts for PostgreSQL, MySQL, MongoDB, and SQLite with scheduling, compression, encryption, retention policies, and restore procedures.
Generates Odoo backup and restore scripts for PostgreSQL databases, filestore archives, cron automation, S3 uploads, and full restore procedures. Use for production Odoo server reliability.