The normal way to revert back is `heroku pg:promote SHARED_DATABASE -- app yourapp`
If you're having problems with that, try something like `heroku config:add DATABASE_URL=postgres://yourshareddb --app yourapp`. Find the value of the postgres:// url with `heroku config` If you continue to have problems, please open a ticket http://support.heroku.com On Jan 9, 5:36 pm, tamagohan <[email protected]> wrote: > Hi all, > > I used ronin database. > But I want to change database to free database. > So, I remove ronin database. > heroku addons:remove heroku-postgresql:ronin > and will use free database. > > But, I could not found shared database. > heroku pg:info SHARED_DATABASE > ! Could not resolve database SHARED_DATABASE > ! > ! Available databases: > > I have Shared Database 5MB addon. > But, I don't found shared database. > (I check by heroku command, heroku config --long) > > I tried to remove shared database addons. > heroku addons:remove shared-database:5mb > -----> Removing shared-database:5mb from APP_NAME... failed > ! Shared databases cannot be removed > > How can I use shared database? > > appreciate any help. > Thank you > Masaki. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. 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.
