cobyism / ghost-on-heroku

One-button Heroku deploy for the Ghost blogging platform.
MIT License
743 stars 686 forks source link

Should support Postgres as well as MySQL #186

Open Romstar opened 3 years ago

Romstar commented 3 years ago

Hey guys! I love this repository, it has helped me significantly.

The issue I am facing is all of the MySQL add-ons for Heroku limit the storage to 5MB which is obviously very little and can at most handle 1 blog post. The Heroku Postgres add-on allows up to 1GB for free so I am wondering if we can build out the functionality to support Postgres as well as MySQL so that we can remain in the free DB tier.

I have created this issue and I am willing to implement the changes as well.

IamMilev commented 2 years ago

Did you have any progres? @Romstar