更新 Database:PostgreSQL

2026-05-06 13:55:16 +00:00
parent eee56c3247
commit c7a0622f99
+6
@@ -15,4 +15,10 @@ nano /etc/postgresql/17/main/pg_hba.conf
```ini
...
host gitea gitea 192.168.230.221/24 md5
```
重啟服務
```bash
systemctl restart postgresql && systemctl status postgresql
```