Merge pull request #1410 from nextcloud/backport/1409/stable16

[stable16] Add a note about the necessary mysqldump change
This commit is contained in:
Joas Schilling 2019-04-29 13:55:59 +02:00 committed by GitHub
commit 4a8e2590e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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