beckn / beckn-utilities

Other
0 stars 2 forks source link

Migration of Strapi Dev MySQL Database to Staging Environment #238

Open viraj89 opened 16 hours ago

viraj89 commented 16 hours ago

Description

Migrated the Strapi development MySQL database to the staging environment to ensure consistent data availability for further testing and validation. This migration involved data transfer, configuration adjustments, and validation of the staging setup.

Goals

Expected Outcome

The Strapi MySQL database is successfully migrated from the development environment to staging, and the staging environment is fully operational with no data integrity issues.

Acceptance Criteria

Mockups / Wireframes

NA

Product Name

Beckn

Domain

TBD

Tech Skills Needed

Complexity

Medium

Category

Migration

Sub Category

Database

em-tpt-bbandi commented 2 hours ago

Successfully migrated the MySQL database by taking a dump in the dev environment and restoring it in staging using mysqldump commands and MySQL Workbench.