#Creating a new environment doesn't include Postgres tables

11 messages · Page 1 of 1 (latest)

merry drift
#

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

smoky skiffBOT
#

Project ID: N/A

merry drift
#

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

drifting mica
#

afaik you need to enable "copy volume data"

merry drift
#

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

drifting mica
#

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

merry drift
#

mmm. Mkk. Let me try that.

#

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

#

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

drifting mica
#

Did it work?