From f8e9c38de1f002072ba838aa31db7de51c6b2081 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 29 Apr 2021 12:28:05 -0500 Subject: [PATCH] Add a few more details to latest til --- postgres/install-postgres-with-uuid-ossp-using-asdf.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postgres/install-postgres-with-uuid-ossp-using-asdf.md b/postgres/install-postgres-with-uuid-ossp-using-asdf.md index 244dee3..8f8b304 100644 --- a/postgres/install-postgres-with-uuid-ossp-using-asdf.md +++ b/postgres/install-postgres-with-uuid-ossp-using-asdf.md @@ -6,6 +6,11 @@ with installs of PostgreSQL. By default, when installing PostgreSQL with [`asdf-postgres`](https://github.com/smashedtoatoms/asdf-postgres) plugin, the `uuid-ossp` extension is not included. +Without it I had trouble running schema migrations against a database that was +trying to create the `uuid-ossp` extension: + +> postgresql uuid-ossp.control file missing in extention folder + To include `uuid-ossp` when installing Postgres with `asdf`, you'll need to include _extra config options_.