Andrew Dunstan

Results 2 issues of Andrew Dunstan

In this example I have pgbouncer running on port 6932. I can connect using psql on SSL mode, but this script fails: ```` andrew@ad-c7:test $ psql "sslmode=verify-full host=localhost port=6932 dbname=workdb...

here's the code: ``` # Load Initial Data (Optional) Comment out if you like printf "Step 18 of 19: Load intial data." python3 /opt/netbox/netbox/manage.py loaddata initial_data > /dev/null # Install...