IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38067


Ignore:
Timestamp:
Mar 30, 2015, 11:37:11 AM (11 years ago)
Author:
bills
Message:

Noted that we no longer injest the dump on ipp001 because it is a replicant.
Changed log message that we were symlinking the dump to "hard linking" since
that is what is done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/mysql-dump/gpc1_install.sh

    r36421 r38067  
    1313#    - Moves the MD5 checksum to the distribution directory
    1414# 4) Import gpc1 into gpc1_0 or gpc1_1 (ensured by gpc1Import.py utility)
     15# NOTE step 4 is no longer done
    1516. /home/panstarrs/ipp/mysql-dump/functions.sh
    1617
     
    6061fi
    6162
    62 log INFO "Symlinking backup file [$TARGET/$BACKUP_FILE] to distribution [$DISTRIBUTION_TARGET]"
     63log INFO "Hard linking backup file [$TARGET/$BACKUP_FILE] to distribution [$DISTRIBUTION_TARGET]"
    6364/usr/bin/ln -f $TARGET/$BACKUP_FILE $DISTRIBUTION_TARGET
    6465/usr/bin/cp -f $TARGET/$MD5FILE $DISTRIBUTION_MD5
    6566
     67# We no longer ingest the backup into the database.
    6668# if it is between 0 and 4, ingest into gpc1_0 or gpc1_1
    6769#HOUR=`date +"%H"`
Note: See TracChangeset for help on using the changeset viewer.