From caab38875b662f3d0c3030f74b15f9fe13fc5808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 23 Jan 2015 14:23:47 +0100 Subject: [PATCH] tell people to stop the server while running migrations [ci skip] --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index e2de990ff..9de353b7c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -35,6 +35,7 @@ The default for including jQuery from a CDN has changed. If you want to continue ## Change in database.yml For MySQL databases, replace `charset: utf8` with `encoding: utf8mb4` in the file `config/database.yml`. This is enables full UTF8 support (4bytes characters), including standard emoji characters. See `database.yml.example` for reference. Also, do not forget to remove `collation: utf8_bin`. It will choose a compatible one automatically. +Please make sure to stop Diaspora prior running this migration! ## Experimental chat feature This release adds experimental integration with XMPP for real-time chat. Please see [our wiki](https://wiki.diasporafoundation.org/Vines) for further informations.