From: Andrew Dolgov
Date: Mon, 27 Nov 2017 17:20:33 +0000 (+0300)
Subject: update myisam fail warning
X-Git-Tag: 17.12~109
X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=820873de9fe3a79aa6a7ac3e71ac62d71b55918b;p=tt-rss.git
update myisam fail warning
---
diff --git a/include/sanity_check.php b/include/sanity_check.php
index 44bcb3db..a84959f8 100755
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -172,7 +172,7 @@
$msg .= "The only supported engine on MySQL is InnoDB. MyISAM lacks functionality to run
tt-rss.
- Please convert aforementioned tables to InnoDB (if possible) or re-import the schema before continuing.
+ Please backup your data (via OPML) and re-import the schema before continuing.
WARNING: importing the schema would mean LOSS OF ALL YOUR DATA.
";