pg_dump Helper For PR Environments
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

salieflewis
PROOP

6 months ago

fbc83639-6b3a-48e2-8aa0-9c016d399bc7


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.


Loading...