Modified command for Windows users (#1850)

* Modified command for Windows users

Added comment to use double quotes for heroku pg:backups setup under Windows.

* Added name to list
This commit is contained in:
canonnervio 2018-11-17 10:59:38 +01:00 committed by Nikita Shupeyko
parent f439e935a8
commit 197ab7f36e
2 changed files with 3 additions and 0 deletions

View File

@ -174,6 +174,7 @@ Listed in alphabetical order.
William Archinal `@archinal`_
Yaroslav Halchenko
Denis Bobrov `@delneg`_
Philipp Matthies `@canonnervio`_
========================== ============================ ==============
.. _@a7p: https://github.com/a7p

View File

@ -10,6 +10,8 @@ Run these commands to deploy the project to Heroku:
heroku create --buildpack https://github.com/heroku/heroku-buildpack-python
heroku addons:create heroku-postgresql:hobby-dev
# On Windows use double quotes for the time zone, e.g.
# heroku pg:backups schedule --at "02:00 America/Los_Angeles" DATABASE_URL
heroku pg:backups schedule --at '02:00 America/Los_Angeles' DATABASE_URL
heroku pg:promote DATABASE_URL