correction
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Salar Rahmanian 2024-07-28 11:42:44 -07:00
parent f57a002dae
commit 05cfaf9758

View file

@ -47,10 +47,10 @@ REINDEX DATABASE peertube; ALTER DATABASE peertube REFRESH COLLATION VERSION;
\q
```
- Restarted the PostgreSQL service:
- Restarted the peertube service:
```bash
systemctl restart postgresql
systemctl restart peertube
```
Note: use `sudo` if you are not logged in as the `root` user.