correction
This commit is contained in:
parent
f57a002dae
commit
05cfaf9758
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +47,10 @@ REINDEX DATABASE peertube; ALTER DATABASE peertube REFRESH COLLATION VERSION;
|
||||||
\q
|
\q
|
||||||
```
|
```
|
||||||
|
|
||||||
- Restarted the PostgreSQL service:
|
- Restarted the peertube service:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
systemctl restart postgresql
|
systemctl restart peertube
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: use `sudo` if you are not logged in as the `root` user.
|
Note: use `sudo` if you are not logged in as the `root` user.
|
||||||
|
|
Loading…
Reference in a new issue