Skip to content

Commit bb71f3d

Browse files
authored
Mac support - Symlink the latest postgresql (#199)
1 parent 62c56de commit bb71f3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pages/en/developing/unit-testing-framework.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Postgres installation command:
2424
brew install postgresql
2525
```
2626

27+
Create a symlink to the latest libpq.5.lib *You may need to create this dir first* `/usr/local/opt/postgresql/lib/`
28+
```sh
29+
ln -sf /usr/local/opt/postgresql@14/lib/postgresql@14/libpq.5.dylib /usr/local/opt/postgresql/lib/libpq.5.dylib
30+
```
31+
2732
#### Linux
2833

2934
Postgres installation command (depends on your distro):

0 commit comments

Comments
 (0)