documentation
This commit is contained in:
@@ -125,6 +125,8 @@ When you publish a new image:
|
||||
|
||||
Because MRP Codex runs `prisma migrate deploy` during startup, committed migrations are applied automatically before the app launches.
|
||||
|
||||
This is especially important now that recent releases added CRM expansion, inventory transactions, sales documents, and the inventory `defaultPrice` field. Let the container complete startup migrations before testing new screens.
|
||||
|
||||
## Backup guidance
|
||||
|
||||
Back up the host directory mapped to `/app/data`, typically:
|
||||
@@ -185,4 +187,3 @@ Set `CLIENT_ORIGIN` to the exact URL used by the browser, including protocol and
|
||||
- Env: `DATABASE_URL=file:../../data/prisma/app.db`
|
||||
- Env: `PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium`
|
||||
- Env: `CLIENT_ORIGIN=http://YOUR-UNRAID-IP:3000`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user