fix: Missing packages

This commit is contained in:
Eric Gullickson
2026-03-22 12:33:35 -05:00
parent bd2bd26ecf
commit cd7f8f56d8
4 changed files with 27 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ make migrate # run DB migrations
- View which container images are running: `docker ps --format 'table {{.Names}}\t{{.Image}}'`
- Flush all redis cache: `docker compose exec -T mvp-redis sh -lc "redis-cli FLUSHALL"`
- Flush all backup data on staging before restoring: `docker compose exec mvp-postgres psql -U postgres -d motovaultpro -c "TRUNCATE TABLE backup_history, backup_schedules, backup_settings RESTART IDENTITY CASCADE;"`
- Create new admin users on brand new deployment `docker exec -it motovaultpro-backend-1 node dist/_system/cli/create-admin.js`
## Development Workflow