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

Last commit made on 2020-11-26
Get this branch:
git clone -b 3.0 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

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.

16b2d22... by Alberto Donato

drop -x from script

f02886d... by Alberto Donato

no need to change pg_hba.conf

f8a3b76... by Alberto Donato

add versioning script

eeb0d67... by Alberto Donato

remove unneded deps and files from the snap

b4dec94... by Alberto Donato

use setpriv instead of custom script