Difference between revisions of "RucioUpdateToNewVersion"

From GridPP Wiki
Jump to: navigation, search
(Instructions To Update Rucio)
Line 4: Line 4:
 
# Using the daily backup of DB02 move this to DB03 and apply the database
 
# Using the daily backup of DB02 move this to DB03 and apply the database
 
## Find the latest backup
 
## Find the latest backup
### grep  Transferred  /var/log/atlasbackup/atlasbackup.log | tail -1
+
grep  Transferred  /var/log/atlasbackup/atlasbackup.log | tail -1
 
## Retrieve the backup
 
## Retrieve the backup
### [root@ruciodb02 ~]# tape -r csfserv <BackUpNumber> <location for backup>/tape.<BackUpNumber>
+
[root@ruciodb02 ~]# tape -r csfserv <BackUpNumber> <location for backup>/tape.<BackUpNumber>
 
## Move the backup to DB03 using SCP if backup not availale
 
## Move the backup to DB03 using SCP if backup not availale
### [root@ruciodb02 ~]# scp -i <Path/To/PrivateKey> /mnt/backfs/ruciodb02_db_backup_202108241613 root@ruciodb03.gridpp.rl.ac.uk:/var/lib/pgsql
+
[root@ruciodb02 ~]# scp -i <Path/To/PrivateKey> /mnt/backfs/ruciodb02_db_backup_202108241613 root@ruciodb03.gridpp.rl.ac.uk:/var/lib/pgsql
 
## Move the tape backup to DB03
 
## Move the tape backup to DB03
### [root@ruciodb02 ~]# scp -i <Path/To/PrivateKey> <<location for backup>/tape.714701 root@ruciodb03.gridpp.rl.ac.uk:/var/lib/pgsql
+
[root@ruciodb02 ~]# scp -i <Path/To/PrivateKey> <<location for backup>/tape.<BackUpNumber> root@ruciodb03.gridpp.rl.ac.uk:/var/lib/pgsql
 
### Unpack the tape backup
 
### Unpack the tape backup
 +
[root@ruciodb03 ~]# tar xf tape.<BackUpNumber>

Revision as of 09:20, 25 August 2021

Instructions To Update Rucio

Pre-steps

  1. Using the daily backup of DB02 move this to DB03 and apply the database
    1. Find the latest backup
grep  Transferred  /var/log/atlasbackup/atlasbackup.log | tail -1
    1. Retrieve the backup
[root@ruciodb02 ~]# tape -r csfserv <BackUpNumber> <location for backup>/tape.<BackUpNumber>
    1. Move the backup to DB03 using SCP if backup not availale
[root@ruciodb02 ~]# scp -i <Path/To/PrivateKey> /mnt/backfs/ruciodb02_db_backup_202108241613 root@ruciodb03.gridpp.rl.ac.uk:/var/lib/pgsql
    1. Move the tape backup to DB03
[root@ruciodb02 ~]# scp -i <Path/To/PrivateKey> <<location for backup>/tape.<BackUpNumber> root@ruciodb03.gridpp.rl.ac.uk:/var/lib/pgsql
      1. Unpack the tape backup
[root@ruciodb03 ~]# tar xf tape.<BackUpNumber>