-1

I have recently started working on an existing Heroku environment.

How can I tell if there are database backups scheduled?

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
meirben
  • 3
  • 1

1 Answers1

0

Assuming you are using Heroku Postgres, you can view backup schedules with the following command:

heroku pg:backups:schedules

You might have to provide the --app argument so Heroku knows which app you're interested in.

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257