summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-05-24 20:30:30 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-05-24 20:30:30 +0200
commit9596b56bbfe43ad5b146b917eb076fcfc88e9eec (patch)
tree9602dd1b49203ce7c11b57b072ea8cdc3cde10ca
parent5bba5d1015dbf897ac4ba76bbe7355996af87fe5 (diff)
add backup string
-rw-r--r--appinfo/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/install.php b/appinfo/install.php
index 887821ee7..fa24ea987 100644
--- a/appinfo/install.php
+++ b/appinfo/install.php
@@ -12,7 +12,7 @@ $platform = OC::$server->getDatabaseConnection()->getDatabasePlatform();
if ($platform instanceof MySqlPlatform && $charset !== 'utf8mb4') {
$msg = 'App can not be installed because database MySql/MariaDb uses a ' .
'non UTF8 charset: ' . $charset .'. Learn more on how to migrate ' .
- 'your database to utf8mb4 at ' .
+ 'your database to utf8mb4 after making a backup at ' .
'https://dba.stackexchange.com/questions/8239/how-to-easily-convert-utf8-tables-to-utf8mb4-in-mysql-5-5';
throw new Exception($msg);
} \ No newline at end of file