mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add a few more details to latest til
This commit is contained in:
@@ -6,6 +6,11 @@ with installs of PostgreSQL. By default, when installing PostgreSQL with
|
|||||||
[`asdf-postgres`](https://github.com/smashedtoatoms/asdf-postgres) plugin, the
|
[`asdf-postgres`](https://github.com/smashedtoatoms/asdf-postgres) plugin, the
|
||||||
`uuid-ossp` extension is not included.
|
`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
|
To include `uuid-ossp` when installing Postgres with `asdf`, you'll need to
|
||||||
include _extra config options_.
|
include _extra config options_.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user