mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Note possible utf8mb3 requirement
This commit is contained in:
parent
8955d25a00
commit
cc971a4569
2 changed files with 12 additions and 0 deletions
|
|
@ -501,3 +501,9 @@ You can also set the default for new tables (this does NOT affect
|
|||
existing tables) with:
|
||||
|
||||
`ALTER DATABASE <db_name> CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;`
|
||||
|
||||
!!! warning
|
||||
|
||||
Using mariadb version 10.4+ is recommended. Using the `utf8mb3` character set on
|
||||
an older system may fix issues that can arise while setting up Paperless-ngx but
|
||||
`utf8mb3` can cause issues with consumption (where `utf8mb4` does not).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue