On Thu, Oct 3, 2013 at 2:02 PM, Bentley Cook <[email protected]> wrote: > Is it not possible to go Crane->Dev? Can I only go from a paid db to a paid > db?
Hello, No, you cannot make this transition. It's mostly an artifact of implementation, and the differentiation is not 'paid', but how the multitenancy is mechanically done. This is a leak in the abstraction. Given you probably are thinking there's a small amount of data involved to want to put the stuff in a dev, you may want to consider pgbackups:transfer as seen in the pg-extras Heroku CLI extension: https://github.com/heroku/heroku-pg-extras. If the implementation were somewhat smarter maybe small databases could use that path to perform 'fork' automatically, but that is not the here and now. Hope this helps you along in the meanwhile, though. -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
