MacOS
Follow these steps to setup Runops proxy mode on MacOS:
- Install Runops CLI & login:
npm install -g runops
runops login
Download and Install nodejs if npm isn't available.
- Login to Runops
runops login
- Install rproxy
brew tap runopsio/rproxy https://github.com/runopsio/rproxy
brew install rproxy
- Start the proxy
rproxy postgres -c your-database-name
- Open your database client and create a connection with the data:
- Hostname:
127.0.0.1
- Username: runops
- Password: runops
- Port:
5433
Repeat steps 2 and 4 to restart your connection. For security reasons Runops asks you to login again every few hours. Repeating these steps reestablishes your connection.