port forward localhost 5433 to redflag 5432 to tunnel postgres connection
ssh -L 5433:localhost:5432 jesses@redflag.funnygarbage.com
Labels: command line, pgsql, port forward, postgres, shell, ssh, sysadmin, system administration, tunnel
ssh -L 5433:localhost:5432 jesses@redflag.funnygarbage.com
Labels: command line, pgsql, port forward, postgres, shell, ssh, sysadmin, system administration, tunnel
/usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -l /usr/local/pgsql/data/logfile start&
Labels: command line, database, pgsql, postgres, sysadmin, system administration
/usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data start&
Labels: command line, database, pgsql, postgres, sysadmin, system administration