add TIL for postgresql collation mismatch #6

Merged
softinio merged 2 commits from til-postgres-collation into main 2024-07-28 11:44:59 -07:00
Showing only changes of commit 05cfaf9758 - Show all commits

View file

@ -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.