Difference between revisions of "March Oandm Backup"

From Origami_Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
[[Category:IT Administration|March Oandm Backup]]
+
[[Category:It-support|March Oandm Backup]]
  
 
1) Login to March and Oandm cPanel using the password in Lastpass.
 
1) Login to March and Oandm cPanel using the password in Lastpass.

Latest revision as of 12:12, 23 April 2021


1) Login to March and Oandm cPanel using the password in Lastpass.

2) Enter into the pgsql section and create a new DBs corresponding for the backup domains "http://backup.march.connectkwa.com/" & "http://backup.oandm.connectkwa.com/".


3) Then find the backup of live DBs that we required from the databasebackup folder under the domains (march & oandm) and restore it to the newly created DBs.

Restore Commands


psql -U username -d dbname -1 -f filename.sql

or

pg_restore -U username -d dbname -1 filename.dump


4) Then connect the new DBs to the corresponding backup domains mentioned above and check the working.


5) After that share the links "http://backup.march.connectkwa.com/" & "http://backup.oandm.connectkwa.com/" with support team for send it to the department for verification.


6) Finally write the backups we have chosen in step3 to DVD and give it to the concerned person.