Skip to content

Instantly share code, notes, and snippets.

View z3n-d3v's full-sized avatar
🐵
BAW BAW BAW VISIT MY SITE!

.zd z3n-d3v

🐵
BAW BAW BAW VISIT MY SITE!
  • Careviso
  • Campos dos Goytacazes, Rio de Janeiro
  • 20:16 (UTC -03:00)
View GitHub Profile
@simonw
simonw / how-to-upgrade-heroku-postgresql.md
Last active April 29, 2024 05:07
How to upgrade a Heroku PostgreSQL database to a new plan

How to upgrade a Heroku PostgreSQL database to a new plan

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).

After assigning the new database, I had two databases attached to the application. They looked something like this:

  • HEROKU_POSTGRESQL_OLIVE (postgresql-dimensional-3321) Old, free-tier (Hobby Dev) database