docs: add tubco maintenance policy

This commit is contained in:
Md Bayazid Bostame
2026-04-15 10:11:58 +02:00
parent 209679584e
commit 7f60a0785c
2 changed files with 146 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
Use this runbook when you want to set up or rebuild the TUBCO customer deployment from scratch.
Maintenance policy reference:
- [docs/TUBCO_MAINTENANCE_POLICY.md](/Users/bostame/Documents/workdock-platform/docs/TUBCO_MAINTENANCE_POLICY.md)
This is the customer-specific path. Normal product work still happens on:
- `develop`
- `main`
@@ -171,6 +174,13 @@ For TUBCO:
- security updates
- UI improvements
Important:
- keep TUBCO on the old TUBCO database schema
- do not solve customer drift by importing the newer product schema into TUBCO
- if a deployed TUBCO environment starts failing on unknown non-null columns, verify DB/schema alignment first
- for the full maintenance rules, use:
- [docs/TUBCO_MAINTENANCE_POLICY.md](/Users/bostame/Documents/workdock-platform/docs/TUBCO_MAINTENANCE_POLICY.md)
Do not deploy TUBCO from:
- `develop`
- `main`