mysql-grant-table-drop: quote database and table names
[hcoop/scripts.git] / hcoop-kprop
CommitLineData
86a0f2e2 1#!/bin/bash -e
2
3#
4# It is important that admins receieve notification of any errors that
5# occur when running this; please don't indiscriminately send logs to
6# /dev/null.
7#
8
9export PATH=$PATH:/usr/sbin:/sbin
10
11kdb5_util dump /var/lib/krb5kdc/slave_datatrans
ffb13c17
RD
12
13kprop hopper.hcoop.net \
c21b00c0 14 2>&1 | (! grep -v 'Database propagation to hopper.hcoop.net: SUCCEEDED')
ffb13c17 15
09098579 16# disabled because the kdc is too old and can't load dumps from fritz --clinton
17#kprop deleuze.hcoop.net \
18# 2>&1 | grep -v 'Database propagation to fritz.hcoop.net: SUCCEEDED'
86a0f2e2 19
20