-
# Problem
From the Postgres [documentation](https://www.postgresql.org/docs/current/explicit-locking.html#LOCKING-DEADLOCKS), why the deadlocks occur:
> Consider the case in which two concurrent…
-
## Expected Behavior
Migrate Icinga2 Director from v1.10.2 to v1.11.0 - Migrate PostgreSQL schema (Apply 4 pending changes)
## Current Behavior
Error:
Migration 186 failed (SQLSTATE[42883]: Un…
-
It looks like Joist's "only do _one_ `UPDATE`" maybe be too complicated for Postgres's transaction conflict detection:
```
UPDATE units SET
"updated_at" = data."updated_at",
"duration" = dat…
-
Hello folks,
I have created a cluster of a master and one replica, the replica suddenly failed and refused to start again. I restarted the pod several times but it didn't start.
postgres-operat…
-
### Some ideas here are not accepted yet, please comment here and wait for separate "example" implementation issues before submitting a PR!
Lets' discuss about new recipes to highlight databases in…
-
## BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)
While upgrading a project from sqlalchemy 1.3 to 1.4, I ran into this problem that only occurs when using a sqlite database with [this workaround for t…
-
If you use JavaScript migrations it is possible to generate an unique SQL string each time when application starts. In this case `postgres-migrations` will fail because of hash mismatch. It would be n…
-
## Problem
pgBouncer is nearly table-stakes when working with Postgres at scale, but has a number of issues:
- The lack of prepared statement support forces transactions for everything, leading to…
-
How are you dealing with DB transactions?
-
This issue was inspired by the discussions on issues #1766 and #1870. It replaces those two issues, so I will close them once I create this issue.
### The Problem
Once upon a time, the `metadata…