After you complete testing, all the changes that you made to your Drupal application and configuration must be deployed to your production environment.
Recommendations
- Execute a CI/CD workflow and use automated testing before making significant changes to any Drupal application. Ensure that you conduct comprehensive testing of your application at this stage.
- Commit changes to the
composer.json and composer.lock files. - Export and commit Drupal configuration changes if you perform a configuration export, or commit any other changes.
- Deploy the code changes to your development environment in Cloud Platform.
- Import or update configuration as needed, and ensure that the development environment is connected to the appropriate Search server.
- Perform tests in the development environment.
- Repeat steps 3-5 for staging, and then for production after you take a backup of the database.
- Wait for some time after you complete your production deployment before you continue to the next step.
Next step
Uninstall the migration module