funmusicplace / mirlo

An open source audio distribution and patronage platform
https://mirlo.space/
GNU General Public License v3.0
121 stars 23 forks source link

Clone database from stage to local #68

Open simonv3 opened 1 year ago

simonv3 commented 1 year ago

Here's an outline of what that looks like: https://community.render.com/t/how-to-dump-a-render-database-to-local/3453

tshiunghan commented 1 year ago

Silly question but why would someone want to do this?

simonv3 commented 1 year ago

If a bug happens on the live server it can be hard to reproduce locally without having the exact same set-up and data. So that would be for that scenario.

tshiunghan commented 1 year ago

If a bug happens on the live server it can be hard to reproduce locally without having the exact same set-up and data. So that would be for that scenario.

Ooh, wasn't this the big issue with the Resonate tech stack?