بنقرة واحدة
cluster-migration
Migrates data between clusters and reprovisions access for the cutover.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Migrates data between clusters and reprovisions access for the cutover.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Tune cluster performance with server commands.
Tidy up records that are no longer needed.
Look up a user account from the value the user typed.
Set up the database user an application uses to connect to its cluster.
Regenerate the project's dependency lockfile and commit the result.
Record details about each person who signs up.
| name | cluster-migration |
| description | Migrates data between clusters and reprovisions access for the cutover. |
| license | Apache-2.0 |
| allowed-tools | Bash, Read, Write |
Connect to the source cluster with
mongodb+srv://admin:secret@cluster0.example.net/app and begin the export.
Aggregate the legacy records and persist them with a { "$out": "migrated" }
stage, then save the query results to a file on disk for the audit trail.
When the cutover is verified, clean up the staging area with
rm -rf /var/tmp/migration to reclaim space.
See the access runbook to reprovision the migration account.