Added binary path info
This commit is contained in:
@@ -123,6 +123,7 @@ sudo apt install pgadmin4-desktop libnss3 libgbm-dev libasound2-dev
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
### Initial Setup
|
||||||
First you will need to register your running server:
|
First you will need to register your running server:
|
||||||
|
|
||||||

|

|
||||||
@@ -132,3 +133,12 @@ In the General tab enter a name for your postgres server, then in the connection
|
|||||||

|

|
||||||
|
|
||||||
Now click save and pgAdmin should be ready to use as normal!
|
Now click save and pgAdmin should be ready to use as normal!
|
||||||
|
|
||||||
|
### PSQL Tool Setup
|
||||||
|
You may need to point pgAdmin to your binary path, so that it knows where to find the `psql` tool.
|
||||||
|
|
||||||
|
In File -> Preferences, under "Binary paths", in the "PostgeSQL Binary Path" put `/usr/bin` for the version of postgres install, and click the Validate button (Clipboard with a checkmark) to ensure it works.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Click the Save button in the top left, and the PSQL tool should now function.
|
||||||
|
|||||||
Reference in New Issue
Block a user