~maas-committers/maas/+git/maas-test-db:3.1

Last commit made on 2021-11-17
Get this branch:
git clone -b 3.1 https://git.launchpad.net/~maas-committers/maas/+git/maas-test-db
Members of MAAS Committers can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

aed1dfe... by Alberto Donato

connect to the maas database by default from the psql wrapper

e0d7624... by Alberto Donato

add db-dump internal script

213ea62... by Alberto Donato

add support for custom configuration and "log.statement" option

25664a9... by Alberto Donato

fix passing of PAGER variable

e58cf43... by Alberto Donato

set less as default pager

9e70484... by Alberto Donato

Adjust paths for preload libraries

a9c3e83... by Alberto Donato

switch to PostgreSQL 12.4 (matching the version in Focal).

This also makes the snap upgrade fail if switching major PostgreSQL version.
A few additional cleanups related to the core20 transition.

e40e4a6... by Alberto Donato

move the snap to core20 base

70a88b9... by Alberto Donato

restrict permissions for sockets dir, reqire root to run psql

773f716... by Björn Tillenius

LP #1882145: MAAS 2.8 snap test-db install fails

When the 'maas' snap already was installed, the maas-test-db snap got
connected to it, and the 'sockets' dir was created by snapd, since it's
being shared between the two snaps.

Then in the install hook, it would see that the base dir was already
created, so it assumed everything was set up.