You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-08 10:32:09 +03:00
19 lines
471 B
Plaintext
19 lines
471 B
Plaintext
#
|
|
# MariaDB Columnstore version with Daily running at midnight
|
|
#
|
|
|
|
SHELL=/bin/bash
|
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
MAILTO=root
|
|
HOME=/
|
|
|
|
# run-parts
|
|
01 * * * * root run-parts /etc/cron.hourly
|
|
00 0 * * * root run-parts /etc/cron.daily
|
|
22 4 * * 0 root run-parts /etc/cron.weekly
|
|
42 4 1 * * root run-parts /etc/cron.monthly
|
|
|
|
# Translation Log Archiver, default to every 10 minutes
|
|
00,10,20,30,40,50 * * * * root /usr/local/mariadb/columnstore/bin/transactionLogArchiver.sh
|
|
|