mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 01:22:25 +03:00
chore(docs): heroku pgbackups enable auto-month by-default.
https://devcenter.heroku.com/articles/pgbackups#migrating-between-plans
This commit is contained in:
parent
1ad866770a
commit
de18582b54
|
@ -65,7 +65,7 @@ Run these commands to deploy the project to Heroku:
|
||||||
|
|
||||||
heroku create --buildpack https://github.com/heroku/heroku-buildpack-python
|
heroku create --buildpack https://github.com/heroku/heroku-buildpack-python
|
||||||
heroku addons:add heroku-postgresql:dev
|
heroku addons:add heroku-postgresql:dev
|
||||||
heroku addons:add pgbackups
|
heroku addons:add pgbackups:auto-month
|
||||||
heroku addons:add sendgrid:starter
|
heroku addons:add sendgrid:starter
|
||||||
heroku addons:add memcachier:dev
|
heroku addons:add memcachier:dev
|
||||||
heroku pg:promote HEROKU_POSTGRESQL_COLOR
|
heroku pg:promote HEROKU_POSTGRESQL_COLOR
|
||||||
|
|
Loading…
Reference in New Issue
Block a user