Creating a new environment doesn't include Postgres tables
papaflavaflave
PROOP

a year ago

When I spun up new environments, the tables in my postgres db did not carry over. Am I missing a setting or something?

10 Replies

papaflavaflave
PROOP

a year ago

Project ID a6a7e795-be03-466f-8e2f-6621dc3f337c


a year ago

afaik you need to enable "copy volume data"



papaflavaflave
PROOP

a year ago

I assumed that was just to copy data. That's for tables too?


a year ago

db data (tables, values) is stored in the service volume, that's where persistance occurs


papaflavaflave
PROOP

a year ago

mmm. Mkk. Let me try that.


papaflavaflave
PROOP

a year ago

oh but that setting is only available for PR environments. Not when spinning up a new environment (dev, staging)


papaflavaflave
PROOP

a year ago

I see. This is working as designed. I'm new to all this lol.


a year ago

Did it work?


a year ago

oh really? didn't know about that


Loading...