chore: import DH V2 D5.6.4 production baseline
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# Despliegue DH V2 — Fase A5
|
||||
|
||||
## Precondiciones
|
||||
|
||||
- A4 `v0.4.0` desplegada;
|
||||
- ZIP A5 subido a `/var/www/dhv2.korexlabs.com`;
|
||||
- conservar el `.env` existente;
|
||||
- no modificar `dh.korexlabs.com`.
|
||||
|
||||
## Orden
|
||||
|
||||
1. crear backup previo;
|
||||
2. validar y extraer el ZIP;
|
||||
3. validar Compose;
|
||||
4. compilar API y Web;
|
||||
5. recrear API y Web;
|
||||
6. validar health, endpoint protegido y footer.
|
||||
|
||||
No se ejecutan migraciones.
|
||||
|
||||
## Resultado esperado
|
||||
|
||||
```json
|
||||
{
|
||||
"status": "ok",
|
||||
"service": "dhv2-api",
|
||||
"api": "v3",
|
||||
"version": "0.5.0",
|
||||
"phase": "A5",
|
||||
"database": "ok"
|
||||
}
|
||||
```
|
||||
|
||||
Sin sesión, `/api/v3/audit` debe responder `401`.
|
||||
Reference in New Issue
Block a user