Skip to content

Install the default postgresql version for the distribution.

If running this command on bullseye, there may already be a postgresql-12-server installed; so pytest-postgresql will try to use postgresql-12's pg_ctl, which does not exist.

Using the virtual package 'postgresql' instead of 'postgresql-11' installs the right version for the distribution.


Migrated from D3631 (view on Phabricator)

Merge request reports