Go Clean Recovery System - Restore real user data after docker compose down -v
Restores all backed up users, jobs, applications, wallets, and transactions.
Use this after a Go Clean to recover all real user data.
Click "Preview Restore" to see what data would be restored from backup files.
docker compose down -v).
This will restore real user data from backup files. Seeded data is recreated by migrations and won't be affected.
Every time a real user is created, a job is posted, or an application is submitted,
the data is automatically backed up to /app/backups/realtime/ (bind mount).
This data survives docker compose down -v.