Page MenuHomeSoftware Heritage

Install the default postgresql version for the distribution.
ClosedPublic

Authored by vlorentz on Jul 28 2020, 3:20 PM.

Details

Summary

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.

Diff Detail

Repository
rDDOC Development documentation
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.