Database Migration

🌐Community
by alekspetrov Β· vlatest Β· Repository

Helps with database, migration as part of working with databases and data persistence workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add alekspetrov-database-migration npx -- -y @trustedskills/alekspetrov-database-migration
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "alekspetrov-database-migration": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/alekspetrov-database-migration"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates and streamlines the process of migrating databases. It handles schema changes, data transformations, and potential conflicts between different database versions or types. The goal is to minimize downtime and ensure data integrity during these often complex operations.

When to use it

  • Upgrading a Database: You need to move from an older version of MySQL to the latest release.
  • Migrating Between Database Systems: Switching from PostgreSQL to MongoDB requires schema adjustments and data conversion.
  • Applying Schema Changes: Implementing new tables, columns, or indexes across a large database environment.
  • Data Warehouse Updates: Refreshing data in a data warehouse with transformed data from operational systems.

Key capabilities

  • Automated schema migration
  • Data transformation during migration
  • Conflict resolution
  • Database version compatibility handling

Example prompts

  • "Migrate the 'customers' table from MySQL 5.7 to PostgreSQL 14, ensuring all data is converted correctly."
  • "Apply the latest schema changes defined in migration_script.sql to our production database."
  • β€œCan you migrate our legacy Oracle database to a cloud-based Snowflake instance?”

Tips & gotchas

The skill requires access credentials and connection details for both the source and destination databases. Always test migrations on a staging environment before applying them to production data.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
alekspetrov
Installs
6

🌐 Community

Passed automated security scans.