summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-30 15:30:03 +0100
committerAndrew Dolgov <[email protected]>2005-11-30 15:30:03 +0100
commit0acaf1edfc3ff473dd796768dd94b2c1f3af2b12 (patch)
treefa45c0281cce60ea40ccfb266cff1fb9da1ba803
parent618f424e8f20db158df9ba2e032d9c819864fd91 (diff)
update UPGRADING once again
-rw-r--r--UPGRADING11
1 files changed, 2 insertions, 9 deletions
diff --git a/UPGRADING b/UPGRADING
index 1450df081..44dc32702 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -1,12 +1,11 @@
= Upgrading TT-RSS 1.0.7 to 1.1 =
-There is, unfortunately, no direct database schema upgrade script, the schema is just too different.
-Starred articles and feed subscriptions may be transferred the following way:
+Unfortunately, there is no simple database upgrade script, the schema is just too different. Yet, your articles and feed subscriptions may be transferred the following way:
== 1.0.7 ==
* Export your feed subscriptions to OPML
- * Copy xml-export.php from TT-RSS 1.1 tarball to your 1.0.7 directory and open it in the browser. This script exports your starred articles in neutral XML format.
+ * Copy xml-export.php from TT-RSS 1.1 tarball to your 1.0.7 directory and open it in the browser. This script exports your articles in neutral XML format.
* Save resulting XML file somewhere
Unpack and configure TT-RSS 1.1. You may need to remove old tables manualy
@@ -17,9 +16,3 @@ Unpack and configure TT-RSS 1.1. You may need to remove old tables manualy
* Import your feeds OPML
* Run xml-import.php and import your old starred articles
-== Q&A ==
-
-=== Can I export all articles this way? ===
-
-Yes, just tweak the relevant SQL query in xml-export.php (remove "AND marked = true").
-