4

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

1
  • 2
    To my knowledge this is not possible. Commented Sep 18, 2013 at 8:30

1 Answer 1

3

I don't think that this is possible, and in any case would almost certainly require that the contents of the database be dropped and rebuilt as if it were a completely new follower database.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.