Resetting a server environment
Last updated
The Reset environment Github Action can be used to clear a development, qa and staging environment of all data. This is useful during testing of environments where you may have made test registrations.
After resetting your environment, it contains no data at all. It must be seeded again
Before resetting production environment make sure you have working backup of your data.
In default configuration GitHub action will require at least 3 approvals for Production environment reset.
Navigate to GitHub Actions within infrastructure repository
Select "Reset environment" action
Select "Target environment" from dropdown menu, all environments created at https://github.com/opencrvs/documentation/blob/master/v2.0.0/setup/3.-installation/3.3-set-up-a-server-hosted-environment/4.3.1-create-a-github-environment step should be listed here.
Click "Run workflow" button
Last updated