vlead / vlabs-openedx-platform

Other
1 stars 0 forks source link

Check backup scripts on OpenedX platform #7

Closed sivashankerN closed 6 years ago

sivashankerN commented 6 years ago

Check the backup scripts that are there in current production OpenedX platform ( dogwood) in GinkGo OpenedX platform.

The aim is to take backups of GinkGo OpenedX platform databases and logs(tracking.log).

sivashankerN commented 6 years ago

With the existing backup script we are able to take backup of ginkgo version OpenedX platform.

Noticed that after we take backup of mongo (Course data) and Mysql ( User Data), there is difference file sizes.

                   dogwood( current production server)     
 backup.sql          676M 
 mongo-backup   3.6GB

                           on GinkGo version ( testing machine )  
 backup.sql          54M
 mongo-backup   201M

But user data and All Courses are there in GinkGo version of OpenedX platform.

We need to check the backed up data and restore it in a fresh GinkGo version which has no courses and and user data.