3.2.8.1 Clearing your local development environment database
yarn db:clear:allPrevious3.2.8 Seeding your local development environment databaseNext3.2.9 Countryconfig APIs explained
Last updated
During development, you may wish to clear your local database so that you can seed it again with new files.
Ensure that opencrvs-core is running.
Open a new terminal window and cd into your opencrvs-core directory
Run the following command:
yarn db:clear:allIt is also possible to clear and re-seed a server following these destructive actions.
Last updated