summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-02-28 10:30:23 +1100
committerJames Turnbull <james@lovedthanlost.net>2009-02-28 10:30:23 +1100
commitec56ddf8f5b58f16d0067055346889be79b29186 (patch)
tree8af81ac72b2a2d3dd1bde5d92314da731a543e53 /CHANGELOG
parentc052ff881e4a0cf6edfe4c1974597cd3abb378cf (diff)
downloadpuppet-ec56ddf8f5b58f16d0067055346889be79b29186.tar.gz
puppet-ec56ddf8f5b58f16d0067055346889be79b29186.tar.xz
puppet-ec56ddf8f5b58f16d0067055346889be79b29186.zip
This script fixes the most common issues with inconsistent
storeconfigs database (including duplicate resources record, duplicate param_values records, dangling records...). Usage: stop all puppetmasters backup your database! % cat ext/dbfix.sql | mysql puppet relaunch all puppetmasters Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> ---
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c9ac112a8..70caf4510 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
0.24.8
+ Added ext/dbfix.sql script - fixes common errors in stored configuration databases
+
Fixed #1963 - Failing to read /proc/mounts for selinux kills file downloads
Fixed #2025 - gentoo service provider handle only default init level