voxpupuli / crafty

CRAFTY - Containerized Resources And Funky Tools (in) YAML
GNU Affero General Public License v3.0
15 stars 8 forks source link

postgresql has pgtrm missing #18

Closed tuxmea closed 10 months ago

tuxmea commented 10 months ago

PuppetDB complains:

PostgreSQL extension `pg_trgm` missing.  Unable to create the recommend
ed pg_trgm indexes.
To fix, run this on the PuppetDB database as the database super user:
    CREATE EXTENSION pg_trgm;
Then restart PuppetDB.