1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

xml import/export tools, UPGRADING, update README

This commit is contained in:
Andrew Dolgov
2005-11-30 09:05:43 +01:00
parent 7cc1e5d653
commit 97aba8ec4e
5 changed files with 288 additions and 2 deletions
+19
View File
@@ -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