upd homelabdb

This commit is contained in:
2026-03-28 06:58:07 +01:00
parent ee53cd4e66
commit 762a9cefc3
2 changed files with 46 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Bastille Stack: PostgreSQL 18 HomeLab
Dieses Template automatisiert die Bereitstellung eines **PostgreSQL 18** Servers in einem BastilleBSD Jail. Es ist vorkonfiguriert für den Netzwerkzugriff innerhalb eines HomeLabs.
## Features
- **Version:** PostgreSQL 18.x
- **Netzwerk:** Erreichbar im Subnetz `172.16.0.0/22`.
- **IPC:** Automatische Konfiguration von System V IPC (wichtig für Postgres Performance).
- **Auto-Setup:** Erstellt automatisch den User `homelab` und die Datenbank `homelabdb`.
## Voraussetzungen
### 1. Jail erstellen
Das Jail sollte idealerweise mit dem `-B` Flag erstellt werden, um Standard-Parameter zu setzen:
```bash
bastille create -B homelabdb 14.2-RELEASE 172.16.0.10