Database Migration

Safely runs database migrations using the project's established script. Use when this capability is needed.

tomevault-io Updated

File contents

Database Migration Skill

This skill handles the execution of database migrations.

Usage

  1. Pre-check: Ensure the database container is running.
  2. Execute: Run the migration script located at scripts/migrate.sh.
  3. Verify: Check the output for "Migration Successful".

Constraints

  • NEVER run this on production without explicit user confirmation.
  • If the migration fails, capture the error log.

Source: bgreenwell/dotagents — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/bgreenwell--dotagents--dotagents commit 2e047b18f4

Frequently asked questions

npx skillmds@latest add tomevault-io/database-migration