UzEE
Several of our PR Environments were deleted at the same time and we're trying to figure out why
In addition to this, we're noticing that any PR environment being created now has a completely new instance of our Postgres and Redis service as well, meaning the databases have no data and are in a blank state.
Up until a couple of days ago, every time a PR environment was created, it used to share the same database services and volumes as the configured base environment (called
development
in our project) which meant the same database instance was shared among all of them.
Has this been a recent change?4 replies