ust:meeting_minutes_october_18_20_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
ust:meeting_minutes_october_18_20_2022 [2022/10/19 00:02]
jchang [Updates]
ust:meeting_minutes_october_18_20_2022 [2022/10/21 00:49] (current)
jchang [Updates]
Line 9: Line 9:
   * Time zone patch: ​   * Time zone patch: ​
     * wget https://​gist.githubusercontent.com/​kennybytes/​a54355ad2456bce21bd3874b0525c0e2/​raw/​8493d0e346c34e6f3d5fee59d7dc4e80bc359443/​timezone.patch     * wget https://​gist.githubusercontent.com/​kennybytes/​a54355ad2456bce21bd3874b0525c0e2/​raw/​8493d0e346c34e6f3d5fee59d7dc4e80bc359443/​timezone.patch
 +      * Note: error will pop up, make sure TIMEZONE is actually TIME ZONE
     * git apply timezone.patch     * git apply timezone.patch
     * git status     * git status
   * Dropped tables to recreate new ones with time patch --> avoids inserting errors that will arise in the future   * Dropped tables to recreate new ones with time patch --> avoids inserting errors that will arise in the future
 +    * Command to automatically make tables: psql -d weatherbox -f multi-table.sql
 +  * Fake mode patch
 +    * wget https://​gist.github.com/​kennybytes/​4bbbec29df847e94859f1ff28cc24244
 +    * git apply fake-mode.patch
 +      * patch does not apply
 +  * Plugged in old HDD and it works
 +    * Need to find where old data is --> old postgres data
  
 **October 20, 2022** **October 20, 2022**
 +  * Changed line 99 of xbee_gateway.py --> now = datetime.now(timezone.utc) -> now = datetime.datetime.now(datetime.timezone.utc)
 +  * Approved pull request and merged to master
 +  * Fake patch
 +    * Used own environments to create changes and make pull requests
 +    * Restored files on lab computer
 +    * Did a git pull to update files on lab computer to latest versions
 +      * Note: issue with import statements in gateway_server.py (from decoder... take out the "​."​ from before the file)
 +    * 
 +  * Staging environment
 +    * Created tables on raspberrypi
 +  * Old server data from HDD
 +    * cd /media/ to cd into hard drive
 ===== Goals ===== ===== Goals =====
   * Gateway maintenance ​   * Gateway maintenance ​
  • ust/meeting_minutes_october_18_20_2022.1666137727.txt.gz
  • Last modified: 2022/10/19 00:02
  • by jchang