summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-30 09:05:43 +0100
committerAndrew Dolgov <[email protected]>2005-11-30 09:05:43 +0100
commit97aba8ec4e8898d9b9f2e792fe469051064a5500 (patch)
treebd93f9bbbc9a9a1e5b8ef18adb6efdf5f91e1c5c /UPGRADING
parent7cc1e5d653fb1cbdd4b0518fa445f90bf61b576a (diff)
xml import/export tools, UPGRADING, update README
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
new file mode 100644
index 000000000..968acf683
--- /dev/null
+++ b/UPGRADING
@@ -0,0 +1,19 @@
+= Upgrading from TT-RSS 1.0.7 =
+
+There is, unfortunately, no direct database schema upgrade script. Starred 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 run it. This script exports your starred 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
+(or choose the different database, etc.)
+
+== 1.1 ==
+
+ * Import your feeds OPML
+ * Run xml-import.php and import your old starred articles
+