DataBase Sync

Database Downsync (i.e Prod to Uat)

  1. Open WebOps and check the backups.
  2. Open IDE and check if Green or Blue active
  3. Open WebOps UI and select export backup
  4. You can check the exporting process in Jenkins
  5. Once backed, select the manual backup in WebOps and download it to your local
  6. Open Mysql workbench
  7. Go to Administration tab
  8. Select import/restore
  9. Select import-from-self-contained file
  10. Choose the DB backup you downloaded
  11. Select the target schema(the DB you want to sync)
  12. Select import
  13. Go to WebOps website url and check if the pages work properly(to confirm the process)


    This scenario works if you work with WebOps. If working with other tools, just follow the same steps with the DB backup tool you have.
Scroll to Top