When you update DTP in Linux, an installation script (concerto_4.sh -u
) automatically creates a backup directory and copies system files. The backup directory takes the following format:
/concertodate_hour/, e.g., concerto070313_092706.
You can also manually backup DTP prior to upgrading:
Create a backup directory:
mkdir $HOME/backup |
Shut down the old DTP Server and Data Collector:
cd $HOME/dtp/bin |
From the menu, select the following options:
(1) DTP Server (Report Center, Project Center, Team Server, License Server) [ENTER] (1) Stop Service [ENTER] q [ENTER] (2) Data Collector [ENTER] (1) Stop Service [ENTER] q [ENTER] q [ENTER] |
Back up DTP files:
cp -r $HOME/dtp $HOME/backup |
When upgrading DTP, a backup is automatically created in the same parent directory. For example, a DTP installation at /home/test/dtp would result in a backup at /home/test/dtpYYMMDD_HHmmSS, where YYMMDD_HHmmSS represents the date and time when the backup and upgrade were created. When crontab has been modified by your DTP upgrade script, the old crontab is backed up here: <DTP_HOME>/bin/cronguard.cron~
file.