Merge pull request #1409 from nextcloud/note-about-mysqldump-change

Add a note about the necessary mysqldump change
This commit is contained in:
Roeland Jago Douma 2019-04-29 13:48:22 +02:00 committed by GitHub
commit 3081edcb21
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
---------------