jetbase unlock¶
Manually release the migration lock.
Usage¶
Description¶
The unlock command forcefully releases the migration lock, allowing migrations to run again. This should only be used when you're certain that no migration is currently in progress.
Use With Caution
Only use this command when you're absolutely certain no migration process is running.
Output¶
Output:
When to Use¶
✅ Safe to Unlock¶
- The lock is stale from a crashed process
- You've verified no migration is running (checked processes, team members, AI agents)
- You're in a development environment and want to reset state
❌ Do NOT Unlock If¶
- A migration might still be running
- You're unsure what's happening