JCKalt / General-Work

Modeling database
0 stars 0 forks source link

Troubleshoot purifi performance cron entries #210

Open JCKalt opened 1 month ago

JCKalt commented 1 month ago

These two cron entries are duplicate and so we need to research and correct. Also, there's an warning showing up in the log file: [chris@ip-172-31-42-55 python]$ cat /home/chris/scripts/create_performance_snapshot.log NOTICE: table "performance_day_temp" does not exist, skipping

 # PURIFI PERFORMANCE DATA - For America/New_York (adjust for DST as necessary)
10 05 * * * . $HOME/.bash_profile; /home/chris/scripts/create_performance_snapshot.sh > /home/chris/scripts/create_performance_snapshot.log 2>&1

 # PURIFI PERFORMANCE DATA - For America/Phoenix
 10 07 * * * . $HOME/.bash_profile; /home/chris/scripts/create_performance_snapshot.sh > /home/chris/scripts/create_performance_snapshot.log 2>&1