Resetting a server environment

Before you begin

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

Run "Reset environment" workflow

  1. Navigate to GitHub Actions within infrastructure repository

  2. Select "Reset environment" action

  3. 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.

  4. Click "Run workflow" button

Last updated