devops-support

Results 1 comments of devops-support

try this, login into the Postgres container `docker exec -it sentry-self-hosted-postgres-1 bash` Update the apt repo ``` rm /etc/apt/sources.list.d/pgdg.list echo "deb https://apt-archive.postgresql.org/pub/repos/apt/ stretch-pgdg main" > /etc/apt/sources.list.d/pgdg.list echo "deb http://archive.debian.org/debian stretch...