docs: minor updates in changelog, notice-for-admins

This commit is contained in:
naskya 2024-03-01 23:03:13 +09:00
parent d70d0f4232
commit 7a78dceb52
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ Critical security updates are indicated by the :warning: icon.
- Set reaction history to public
- Change default server settings (existing servers are not affected)
- Disable new user registration
- Fix bugs
## v20240229

View File

@ -1,6 +1,6 @@
# Unreleased
The full-text search engine in Firefish has been changed to [PGroonga](https://pgroonga.github.io/). This is no longer an optional feature, so please enable PGroonga on your system. If you are using Sonic, Meilisearch, or Elasticsearch, you can also uninstall it from your system and remove the settings from `.config/default.yml`.
The full-text search engine used in Firefish has been changed to [PGroonga](https://pgroonga.github.io/). This is no longer an optional feature, so please enable PGroonga on your system. If you are using Sonic, Meilisearch, or Elasticsearch, you can also uninstall it from your system and remove the settings from `.config/default.yml`.
## For systemd/pm2 users
@ -33,7 +33,7 @@ There are official installation instructions for many operating systems on <http
2. Install PGroonga
```sh
# Please replace "16" with your PostgreSQL major version
sudo apt install postgresql-16-pgdg-pgroonga
sudo apt install postgresql-16-pgdg-pgroonga
```
#### Arch Linux