update UPGRADING once again

This commit is contained in:
Andrew Dolgov 2005-11-30 15:30:03 +01:00
parent 618f424e8f
commit 0acaf1edfc
1 changed files with 2 additions and 9 deletions

View File

@ -1,12 +1,11 @@
= Upgrading TT-RSS 1.0.7 to 1.1 = = Upgrading TT-RSS 1.0.7 to 1.1 =
There is, unfortunately, no direct database schema upgrade script, the schema is just too different. 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:
Starred articles and feed subscriptions may be transferred the following way:
== 1.0.7 == == 1.0.7 ==
* Export your feed subscriptions to OPML * 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 * Save resulting XML file somewhere
Unpack and configure TT-RSS 1.1. You may need to remove old tables manualy 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 * Import your feeds OPML
* Run xml-import.php and import your old starred articles * 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").