From e026a19a5cfc0f95b0b4ffa48e569f9002812768 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 21 Nov 2006 20:07:06 +0000 Subject: [PATCH] - comments --- tools/upgrade-db.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/upgrade-db.py b/tools/upgrade-db.py index 49c76fa..8fae607 100755 --- 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: -# 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 -- 2.43.0