Affordable Database Approach for Staging

I want to set up a staging database that’s more affordable than the lowest tier managed option (which seems to be in the $30 range per month). What do others do to keep costs down in lower environments? Happy to pay in production when I get there but seems expensive to build on.

The legacy pg has been painful to connect and the “legacy” makes me feel it can be deprecated at any moment.

you will always be able to run the “legacy” unmanaged postgres:

if you are using MPG for production, you can also create a new user/db inside your production cluster for development so you don’t need to pay more: Cluster configuration options · Fly Docs

1 Like

SQlite :slight_smile:

You are using a database library that abstracts the underlying data store, aren’t you?

  • Daniel
1 Like

A few alternatives were bounced around here:

Supabase free tier gets a :+1: from me.

1 Like

@roadmr that makes sense, how would you set that up, in the same container?

Ha, I was half thinking that I could just grab a cheaper option elsewhere for staging! I might go this route, maybe not supabase cause I don’t want the cruft but same idea.

Interesting, I hadn’t considered that, I’ll try that before the SQLite option below. Ithink

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.