As recommend by Heroku we keep a follower provisioned so we always have a hot standby available. This is on a lower plan than the main database.
In the last few weeks they have had a number of outages, so we find ourselves making use of the follower:
heroku pg:promote FOLLOWER_URL
Then when the main database is back online we promote this again, which leaves the old follower as an isolated fork.
The question is, it is possible to restore the old follower database back to follower status, and if so what is the command?
In the docs I could only find how to provision a new follower:
heroku addons:add heroku-postgresql:ronin --follow HEROKU_POSTGRESQL_CHARCOAL_URL