Difference between revisions of "March Oandm Backup"

From Origami_Wiki
Jump to navigation Jump to search
(March_Oandm Backup)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
1) Login to March and Oandm cPanel using the password in Lastpass
+
[[Category:It-support|March Oandm Backup]]
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/"
+
 
 +
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.
 
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.
  
Line 6: Line 11:
 
------------------------
 
------------------------
 
psql -U username -d dbname -1 -f filename.sql
 
psql -U username -d dbname -1 -f filename.sql
 +
 
or
 
or
 +
 
pg_restore -U username -d dbname -1 filename.dump
 
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.
 
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.
 
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.

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.