gh-ost/resources/hooks-sample/gh-ost-on-resurrecting-hook
2016-12-25 08:53:24 +02:00

6 lines
185 B
Bash

#!/bin/bash
# Sample hook file for gh-ost-on-resurrecting
echo "$(date) gh-ost-on-resurrecting: beginning resurrection on $GH_OST_DATABASE_NAME.$GH_OST_TABLE_NAME" >> /tmp/gh-ost.log