git://git.onelab.eu
/
plcapi.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
- comments
[plcapi.git]
/
tools
/
upgrade-db.py
diff --git
a/tools/upgrade-db.py
b/tools/upgrade-db.py
index
49c76fa
..
8fae607
100755
(executable)
--- a/
tools/upgrade-db.py
+++ b/
tools/upgrade-db.py
@@
-6,7
+6,10
@@
# 2) Config File - the config file that describes how to convert the db
#
# Notes:
# 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
import sys
import os
import getopt