ottwatch icon indicating copy to clipboard operation
ottwatch copied to clipboard

Code for ottwatch.ca - parts of which should be compatible with any SIREPUB municipal records management system

README

Exporting ottwatch.v1 database

MYUSER="root"
MYPASS="XXX"
MYSQLDUMP=" mysqldump --complete-insert --extended-insert=false -u $MYUSER --password=$MYPASS "

$MYSQLDUMP ottwatch \
	election \
	candidate \
	candidate_return \
	candidate_donation \
	> ottwatch_v1_snapshot.sql