AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

虚谷数据库数据迁移

skill-kourou25-xugudb-dev-skills-xugudb-migration · by kourou25

|

— No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-kourou25-xugudb-dev-skills-xugudb-migration

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ● Shell / process execution Used
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-kourou25-xugudb-dev-skills-xugudb-migration)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of 虚谷数据库数据迁移? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

虚谷数据库数据迁移

虚谷数据库支持多种数据迁移方式,覆盖静态迁移、对象复制和在线迁移场景。

静态数据迁移

将静态数据源一次性迁移到虚谷数据库,适用于历史表、归档表、旧版本数据等场景。

支持的数据源类型:

  • TXT 文件 — 通过 XGConsole 的 sqlldr / tabldr 命令导入
  • CSV 文件 — 启用 csv_deal=true 参数导入
  • SQL 文件 — 通过 execfile 命令执行
  • 虚谷备份文件 — 物理备份(全量/增量)、逻辑备份(库/用户/模式/表级)
  • 虚谷实例目录 — 直接复制部署目录(单机/集群)
  • 数据库 — 同构(虚谷)或异构(Oracle/PostgreSQL/MySQL)通过中间格式迁移

> 详细参考:[static-migration](skills/xugudb-migration/references/static-migration.md)

对象数据复制

在同一数据库内复制表结构和数据,适用于数据重组、环境复制、数据归档等场景。

| 方式 | 语法 | 说明 | |------|------|------| | 创建并复制 | CREATE TABLE ... AS SELECT | 同时复制结构和数据,支持临时表 | | 插入/替换复制 | INSERT/REPLACE INTO ... SELECT | 向已有表插入或替换数据 | | 流式复制 | IMPORT [APPEND\|REPLACE] TABLE ... FROM SELECT | 大数据量高性能导入 |

> 详细参考:[object-replication](skills/xugudb-migration/references/object-replication.md)

在线数据迁移

在线数据迁移工具暂未正式发布。如需获取试用版,请通过虚谷官方渠道联系。

参考文档

  • [静态数据迁移](skills/xugudb-migration/references/static-migration.md) — TXT/CSV/SQL/备份文件/实例目录/数据库迁移
  • [对象数据复制](skills/xugudb-migration/references/object-replication.md) — CREATE AS SELECT / INSERT INTO SELECT / IMPORT SELECT

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.