Heroku Postgres
postgres.heroku.com
Heroku Postgres
1–10 of 78 posts
Re: Heroku Postgres
#2Re: Heroku Postgres
#3I'm sorry, but daily backups are not only for high availability, but also for point in time recovery.
What if $dev drops the user table by mistake ? Do they provide backup for that ?
Re: Heroku Postgres
#4It's not clear from the pricing page, and I'm assuming it's per month, in which case it's reasonable, especially given the value added services being offered, especially the ability to fork the database and the automated creation of read slaves.
It looks like a solid offering. It's probably not right for companies that are subject to HIPAA or PCI compliance requirements, and there's no information on the use of compiled extensions in the db which may limit it's utility if you're wanting to use PostGIS or other specialist datatypes.
Re: Heroku Postgres
#5Re: Heroku Postgres
#6Personally, the only terrifying thing about this is that when Heroku releases something, it's been in the works for a good long while, and they usually have a stream of incredible releases waiting right behind it. The mind boggles at what they're going to be doing next.
But we'll be first in line for it :)
Re: Heroku Postgres
#7I think the Fugu plan is a typo, if you're reading this Heroku guys...
Re: Heroku Postgres
#8"Forget daily backups, Continuous Protection redundantly archives data to high-durability storage as it is written, ensuring that it is safe no matter what." I'm sorry, but daily backups are not only for high availability, but also for point in time recovery. What if $dev drops the user table by mistake ? Do they provide backup for that ?
Re: Heroku Postgres
#9"Forget daily backups, Continuous Protection redundantly archives data to high-durability storage as it is written, ensuring that it is safe no matter what." I'm sorry, but daily backups are not only for high availability, but also for point in time recovery. What if $dev drops the user table by mistake ? Do they provide backup for that ?
Re: Heroku Postgres
#10I don't use postgres - I hope heroku expands this kind of service to more databases (although I don't think it's likely in the near future).
The smallest database is also pretty expensive. I wouldn't mind a cheaper plan for less resources.
Only being able to create one database of each size is just weird, especially if forking or following. Can anybody confirm that this is a limitation? (I only read about this from one of the other comments here)