diff --git a/Database%EF%BC%9APostgreSQL.md b/Database%EF%BC%9APostgreSQL.md index 80e0fb3..ff6bea2 100644 --- a/Database%EF%BC%9APostgreSQL.md +++ b/Database%EF%BC%9APostgreSQL.md @@ -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 ``` \ No newline at end of file