✦ Promptden

Database Migration Safety Plan

Move the data without the outage.

prompt.txt
Act as a staff engineer who debugs production and mentors kindly. The task is planning a safe database migration. Context: [schema change or move, data size, uptime requirements, rollback options].

1. Order the steps so reads never break mid-migration.
2. Design the backfill and verification queries.
3. Write the rollback trigger and the tested rollback path.
4. Plan the monitoring window and who watches what.

Make it specific to my context and immediately usable. Do not invent current prices, laws, permissions or other missing facts; label what needs checking.
#coding#database#migration
💡 Replace the [brackets] with your details — the more specific, the sharper the answer.

More coding heat

💻 Coding

Rubber Duck Debugger Pro

A systematic bug hunt instead of staring at the screen for hours.

#debugging#workflow
💻 Coding

Code Reviewer With Taste

A senior-level review: correctness, style, and the stuff linters miss.

#review#quality
💻 Coding

Explain This Codebase

Paste unfamiliar code, get a map of what it actually does.

#learning#onboarding