Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TYPE

FOR

DESCRIPTION

TIME (PT)

BACKUP

METALLICA - SMARTSITE PROD

PROD DB

1:00AM

TABLE REFRESH

METALLICA - SMARTSITE PROD

Table refresh

4:00 AM*
12:00 noon
6:00 PM
00:00 AM
The CRON job needs to be adjusted for spring and fall time changes for differences between MST and PST/PDT.
*PST/MST for Fall cron job times are:
*
00 01,05,13,19 * * * /home/oracle/scripts/jobs/refresh.sh ucdsakai >> /dev/null 2>&1
*PDT/MST for Spring cron job times are:
*
00 00,04,12,18 * * * /home/oracle/scripts/jobs/refresh.sh ucdsakai >> /dev/null 2>&1

...