Turnline CRM — Uninstall / Data Retention Policy (Linux)
=========================================================

Uninstalling Turnline application files does NOT delete your CRM data by default.

Kept by default (unless you deliberately remove them):
- Docker volumes used by Postgres / Redis / MinIO (or equivalent)
- Local backup directories you configured in Settings → Backup
- .env / license files outside the app tree (if you placed them there)
- User-created exports

Removed by uninstall of the app package only:
- Application binaries / standalone payload under the install directory
- Helper scripts shipped with the package (Start-Turnline.sh, docs)

NEVER run destructive docker commands as part of uninstall:
- Do NOT: docker compose down -v
- Do NOT: docker volume rm …
- Do NOT: rm -rf backup directories

To remove data later (explicit, irreversible, operator choice only):
1. Stop the app (Start-Turnline.sh stop / Ctrl+C / systemd stop).
2. Export a backup from the UI or your backup tool.
3. Only then remove Docker volumes you intentionally want gone.

Offline Mode: data stays on this machine; uninstall does not “phone home.”
