Add a note about the necessary mysqldump change

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2019-04-29 11:49:51 +02:00
parent c249876950
commit c7a7a424d7

View File

@@ -34,6 +34,10 @@ installation needs to be tweaked a bit.
Now you should be able to use Emojis in your file names, calendar events, comments and many more.
.. note::
Also make sure your backup strategy still work. If you use ``mysqldump`` make sure to add the ``--default-character-set=utf8mb4`` option. Otherwise your backups are broken and restoring them will result in ``?`` instead of the emojis, making files inaccessible.
MariaDB support
---------------