- comments
authorTony Mack <tmack@cs.princeton.edu>
Tue, 21 Nov 2006 20:07:06 +0000 (20:07 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 21 Nov 2006 20:07:06 +0000 (20:07 +0000)
tools/upgrade-db.py

index 49c76fa..8fae607 100755 (executable)
@@ -6,7 +6,10 @@
 # 2) Config File - the config file that describes how to convert the db
 #
 # Notes:
-# 1) Script will attempt to conver the db defined in  /etc/planetlab/plc_config
+# 1) Will attempt to convert the db defined in  /etc/planetlab/plc_config
+# 2) Does not automatically drop archived database. They must be removed
+#    manually
+
 import sys
 import os
 import getopt