weatherbox:database:postgres

This is an old revision of the document!


Accessing PostgreSQL on Lab Computer

In order to access PostgreSQL on the lab computer run the following command.

sudo -u control_tower psql

password is the lab computer password.

The postgres super user of the psql server has the following login credentials:

user: postgres

password: lab computer password

The control_tower user hosts all the tables for the weather boxes in the lab. To see the tables run the command \dt to show all database tables.

  • weatherbox/database/postgres.1507076534.txt.gz
  • Last modified: 2021/09/19 21:59
  • (external edit)