add TIL for postgresql collation mismatch #6
|
@ -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