Merge commit 'v0.9.0' into packaging
[pithos] / README.upgrade
index 3560795..896e637 100644 (file)
@@ -63,3 +63,7 @@ UPGRADE
     mysql> alter table versions add column `uuid` varchar(64) DEFAULT '' NOT NULL after `muser`;
     mysql> update versions v, tmp_uuids u set v.`uuid` = u.`uuid` where v.`node` = u.`node`;
     mysql> create index idx_versions_node_uuid on versions(uuid);
+
+0.8.2 -> 0.9.0
+--------------
+* No upgrade path provided. Please reinstall and reconfigure.