From aace098e4087ea245fa24659ee79a522123c3015 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 24 Nov 2016 16:08:58 -0700 Subject: [PATCH] docs: add note regarding setting the cron-schedule --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5408687..76ef6fd 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ The `import` command should be used with any non-plain-text files exported by `p $ dokku postgres:connect db < ./dump.sql ``` -## security +## Security The connection to the database is done over SSL. A self-signed certificate is automatically generated when creating the service. It can be replaced by a @@ -233,7 +233,7 @@ dokku postgres:backup-deauth lolipop dokku postgres:backup lolipop BUCKET_NAME # schedule a backup -# CRON_SCHEDULE is the crontab expression, eg. "0 3 * * *" for each day at 3am +# CRON_SCHEDULE is a crontab expression, eg. "0 3 * * *" for each day at 3am dokku postgres:backup-schedule lolipop CRON_SCHEDULE BUCKET_NAME # remove the scheduled backup from cron