- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Mar 9 2023
Drop aliases from old main file
Duplicate of D2862.
Drop aliases from old main file
Dedup docker_images. Tweaks.
Update Salt config with correct path + header
Rebased
An image for this diff is available in our registry: docker pull registry.nasqueron.org/postgres-sentry:D2867.
$ docker logs sentry_db […] CREATE DATABASE
To create the payload, we can use a dictionary: [dict create code "$::errorCode" info "$::errorInfo" stack [info errorstack]].
Drop pg_hba.conf provisionning: /var/lib/postgresql/data must be empty to allow PostgreSQL initializing it.
Mar 8 2023
+source file
Built successfully at https://hub.docker.com/repository/docker/nasqueron/postgres-sentry
PostgreSQL for Sentry requires a custom extension, wal2json.
Issue has been fixed in 2022, see https://github.com/jenkinsci/publish-over-ssh-plugin/pull/34
Decreased priority as a workaround exists and is applied.
First run
We also need pillar/core/network Drake content
docker inspect <container> allows to check the health check log, and the interval, 30000000000 matches correctly 30s
Switch to Alpine, so we've busybox nc for the healthcheck
Duplicate of D2859