MacOS
Follow these steps to setup Runops proxy mode on MacOS:
- Install Runops CLI & login:
shellnpm install -g runops runops login
Download and Install nodejs if
npm isn’t available.
- Login to Runops
shellrunops login
- Install rproxy
shellbrew tap runopsio/rproxy https://github.com/runopsio/rproxy brew install rproxy
- Start the proxy
plain textrproxy 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.