ust:meeting_minutes_october_4_6_2022

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
ust:meeting_minutes_october_4_6_2022 [2022/10/07 00:58]
jchang
ust:meeting_minutes_october_4_6_2022 [2022/10/11 23:45]
jchang
Line 30: Line 30:
     * checked version: psql --version --> psql (PostgreSQL) 13.8 (Debian 13.8-0+debllu1)     * checked version: psql --version --> psql (PostgreSQL) 13.8 (Debian 13.8-0+debllu1)
     * created a user called "​psql"​     * created a user called "​psql"​
-  ​* Commands ran (can tell something is happening based on changing between =# and -#)+ 
 +  ​* Commands ran to make database(can tell something is happening based on changing between =# and -#)
     * set role postgres;     * set role postgres;
     * create role gateway superuser;     * create role gateway superuser;
Line 42: Line 43:
     * \d public.apple (shows apple table)     * \d public.apple (shows apple table)
     * \dt public.* (shows all tables using public schema)     * \dt public.* (shows all tables using public schema)
 +    * To switch between databases: psql -d DATABASE
 +
 +  * Testing to see if database files are found or if we need to find database files and write it into the code
 +    * source env/​bin/​activate
 +    * sudo chmod 666 PORT (starts with /dev)
 +    * Need to find tables after running production, since collects data but then errors
 +
 +REMINDER FOR NEXT WEEK
 +  * git clone repository ​
 +    * need to make a general scel git account ​
 +    * key gen 
  
 == Goals === == Goals ===
  • ust/meeting_minutes_october_4_6_2022.txt
  • Last modified: 2022/10/14 00:37
  • by jchang