Auto-commit from giteapush.sh at 2025-05-01 05:58:25

This commit is contained in:
DocTator 2025-05-01 05:58:25 -04:00
parent f090861aaf
commit 56b8e9ce2d
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,34 @@
# 🗺️ PostgreSQL High-Availability Architecture with ZFS (Genesis Hosting)
```plaintext
┌──────────────────────────────┐
│ Client Applications │
└────────────┬─────────────────┘
┌─────────────────┐
│ HAProxy │
│ (Load Balancer) │
└────────┬────────┘
┌────────────┴────────────┐
│ │
▼ ▼
┌──────────────┐ ┌──────────────┐
│ Primary Node │ │ Replica Node │
│ (DB Server) │ │ (DB Server) │
└──────┬───────┘ └──────┬───────┘
│ │
▼ ▼
┌──────────────┐ ┌──────────────┐
│ ZFS Storage │ │ ZFS Storage │
│ (RAIDZ1) │ │ (RAIDZ1) │
└──────────────┘ └──────────────┘
│ │
└────────┬────────┬────────┘
│ │
▼ ▼
┌──────────────┐
│ Backup Node │
│ (ZFS RAIDZ1) │
└──────────────┘

View File

@ -1113,3 +1113,9 @@ Failed to send Mastodon DM (attempt 3): {"error":"The access token is invalid"}
Failed to send Mastodon DM (attempt 1): {"error":"The access token is invalid"}
Failed to send Mastodon DM (attempt 2): {"error":"The access token is invalid"}
Failed to send Mastodon DM (attempt 3): {"error":"The access token is invalid"}
⚠️ Genesis Radio Warning Healthcheck 2025-05-01 05:45:19 ⚠️
⚡ 1 warnings found:
- ⚠️ [mastodon] WARNING: Pattern 'ERROR' in /var/log/syslog
Failed to send Mastodon DM (attempt 1): {"error":"The access token is invalid"}
Failed to send Mastodon DM (attempt 2): {"error":"The access token is invalid"}
Failed to send Mastodon DM (attempt 3): {"error":"The access token is invalid"}