Author: scottbw
Date: Tue May 15 09:34:09 2012
New Revision: 1338615
URL: http://svn.apache.org/viewvc?rev=1338615&view=rev
Log:
Updated UPGRADING for 0.10.0. See WOOKIE-337.
Modified:
incubator/wookie/trunk/UPGRADING
Modified: incubator/wookie/trunk/UPGRADING
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/UPGRADING?rev=1338615&r1=1338614&r2=1338615&view=diff
==============================================================================
--- incubator/wookie/trunk/UPGRADING (original)
+++ incubator/wookie/trunk/UPGRADING Tue May 15 09:34:09 2012
@@ -13,7 +13,9 @@ The Services class and related classes d
tables can be removed from the database. There is a script in
/scripts/migration to drop these tables.
From 0.10.0 the API keys are managed using a configuration text file rather
than in the database (as per Policies).
-This means that you should add API keys to the /keys file from the database.
+This means that you should add API keys to the /keys file from the database
and then drop the API keys table. Note
+that this is not included in the migration script to prevent inadvertently
deleting the keys before creating the
+keys file.
FROM 0.9.1 TO 0.9.2
===================