Kevin Wojkovich
Kevin Wojkovich
This (and its related changes) https://github.com/sourcegraph/sourcegraph/pull/28572 needed to be accommodated by `src`. Version 3.35.1 of `src` does this. ### Checklist * [ ] [CHANGELOG.md](https://github.com/sourcegraph/sourcegraph/blob/main/CHANGELOG.md) updated * [ ] [K8s Upgrade...
It appears that 3.39 did not include postgres configuration files in the "(changes unrelated to upgrade)" commit. ``` On branch 3.39-customer-replica Your branch is up to date with 'origin/3.39-customer-replica'. Untracked...
Bind mount the postgres configuration file to allow admins to tune their databases in the pure-docker deployment. See: https://github.com/sourcegraph/customer/issues/854 ### Checklist * [x] Sister [deploy-sourcegraph](https://github.com/sourcegraph/deploy-sourcegraph) change: * [x] All images...
## Use-Case This change/enhancement handles a case where my primary repository (Artifactory) is the only machine on the network allowed to talk to pypi.org. All consumers of PyPI packages _must_...