summaryrefslogtreecommitdiffstats
path: root/tools/upgrade/1.3/README
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-05-28 08:00:49 -0700
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-05-28 08:00:49 -0700
commit39cff693d8b8587c607f34e388910526a58c682b (patch)
tree3965a2edf3466ee43e3c02f56a493a7728b42664 /tools/upgrade/1.3/README
parente0ee23b99e537bde87bc5108ecd85750894954a4 (diff)
parentbc925f4059496894c951b0ddb86cb5ae774edd1e (diff)
downloadbcfg2-39cff693d8b8587c607f34e388910526a58c682b.tar.gz
bcfg2-39cff693d8b8587c607f34e388910526a58c682b.tar.bz2
bcfg2-39cff693d8b8587c607f34e388910526a58c682b.zip
Merge pull request #81 from kincl/jasons-hacking
Upgrade script to move from XML to DB for Probes
Diffstat (limited to 'tools/upgrade/1.3/README')
-rw-r--r--tools/upgrade/1.3/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/upgrade/1.3/README b/tools/upgrade/1.3/README
index 2831d8f00..1a919f869 100644
--- a/tools/upgrade/1.3/README
+++ b/tools/upgrade/1.3/README
@@ -19,3 +19,8 @@ migrate_dbstats.py
migrate_perms_to_mode.py
- Convert perms attribute to mode (note that if you have info/:info
files, you should run migrate_info.py first)
+
+migrate_probe_groups_to_db.py
+ - Migrate Probe host and group data from XML to DB backend for Metadata
+ and Probe plugins. Does not migrate individual probe return data. Assumes
+ migration to BOTH Metadata and Probe to database backends.