If you ssh into untangle or are on the terminal “psql -U postgres uvm” will get you a postgresql prompt on the untangle database. Running “\d” will tell you all the tables that are available. To get remote access to the database you will need to modify /var/lib/postgres/pg_hba.conf This is done in the standard but somewhat complicated way documented at http://www.postgresql.org/docs/7.4/i…ive/index.html



Comments are closed