docs: retarget Postgres to .179 and refresh next-steps
Update deploy docs off dead .181, refresh FIXES_2026-07-09, and point .notes/task_list at Gitea issues as source of truth.
This commit is contained in:
+6
-6
@@ -37,7 +37,7 @@ This guide covers deployment of PunimTag to development and production environme
|
||||
- **Password**: [Contact administrator for password]
|
||||
|
||||
**Development Database:**
|
||||
- **Host**: 10.0.10.181
|
||||
- **Host**: 10.0.10.179 (postgresQA / pve201 VM 109; legacy `.181` is dead)
|
||||
- **Port**: 5432
|
||||
- **User**: ladmin
|
||||
- **Password**: [Contact administrator for password]
|
||||
@@ -125,8 +125,8 @@ Set the following variables:
|
||||
|
||||
```bash
|
||||
# Development Database
|
||||
DATABASE_URL=postgresql+psycopg2://ladmin:[PASSWORD]@10.0.10.181:5432/punimtag
|
||||
DATABASE_URL_AUTH=postgresql+psycopg2://ladmin:[PASSWORD]@10.0.10.181:5432/punimtag_auth
|
||||
DATABASE_URL=postgresql+psycopg2://ladmin:[PASSWORD]@10.0.10.179:5432/punimtag
|
||||
DATABASE_URL_AUTH=postgresql+psycopg2://ladmin:[PASSWORD]@10.0.10.179:5432/punimtag_auth
|
||||
|
||||
# JWT Secrets (change in production!)
|
||||
SECRET_KEY=dev-secret-key-change-in-production
|
||||
@@ -157,8 +157,8 @@ VITE_API_URL=http://10.0.10.121:8000
|
||||
Create `viewer-frontend/.env`:
|
||||
|
||||
```bash
|
||||
DATABASE_URL=postgresql://ladmin:[PASSWORD]@10.0.10.181:5432/punimtag
|
||||
DATABASE_URL_AUTH=postgresql://ladmin:[PASSWORD]@10.0.10.181:5432/punimtag_auth
|
||||
DATABASE_URL=postgresql://ladmin:[PASSWORD]@10.0.10.179:5432/punimtag
|
||||
DATABASE_URL_AUTH=postgresql://ladmin:[PASSWORD]@10.0.10.179:5432/punimtag_auth
|
||||
NEXTAUTH_URL=http://10.0.10.121:3001
|
||||
NEXTAUTH_SECRET=dev-secret-key-change-in-production
|
||||
```
|
||||
@@ -501,7 +501,7 @@ curl http://localhost:8000/api/v1/health
|
||||
redis-cli ping
|
||||
|
||||
# PostgreSQL
|
||||
psql -h 10.0.10.181 -U ladmin -d punimtag -c "SELECT 1;"
|
||||
psql -h 10.0.10.179 -U ladmin -d punimtag -c "SELECT 1;"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user