dokku / dokku-mariadb

a mariadb plugin for dokku
MIT License
73 stars 26 forks source link

What is the format of schedule exactly? #74

Closed kgrosvenor closed 6 years ago

kgrosvenor commented 6 years ago

So for 3am do you mean something like 0300 ?

josegonzalez commented 6 years ago

From the docs:

CRON_SCHEDULE is a crontab expression, eg. "0 3 *" for each day at 3am

From wikipedia: https://en.wikipedia.org/wiki/Cron#CRON_expression

I tend to use this site when I'm having trouble figuring out what datetime someone meant, but it can be useful to figure out how to map it to the time you want.

Note that time is in server time, which hopefully you've set to UTC.