Skip to content

Instantly share code, notes, and snippets.

View ArnoutDevos's full-sized avatar
🎯
Focusing

Arnout Devos ArnoutDevos

🎯
Focusing
View GitHub Profile
@ArnoutDevos
ArnoutDevos / how-to-upgrade-heroku-postgresql.md
Last active July 9, 2024 18:44 — forked from simonw/how-to-upgrade-heroku-postgresql.md
How to upgrade a Heroku PostgreSQL database to a new plan

How to upgrade a Heroku PostgreSQL database to a new plan

original: https://gist.github.com/simonw/50e14b9a3e829355d6d43f0f12f91e74

I started a project on a Hobby Dev plan (free, limit 10,000 rows), and then later needed to upgrade it to Hobby Basic ($9/month, limit 10,000,000 rows).

⚠️ In the following, replace <appname> with the name of your Heroku app.

What database(s) are connected?