salieflewis
PROOP
6 months ago
When a PR environment gets created, an empty Postgres is also made (because my base environment has a pg service). I want to essentially include logic in my container setup that copies data from the base environment's postgres into a the PR environment postgres, and have this happen automatically. How could I go about configuring this?
2 Replies
brody
EMPLOYEE
6 months ago
Hello,
This is not a feature we support, you would have to setup some kind of seed script on your end.