So to delete the database and reindex on MacOS you would have to run the following commands in the terminal: ```bash rm ~/Library/Application Support/ord/index.redb ord index update ``` You can of course also set the location of the data directory yourself with `ord --data-dir index update` or give it a specific filename and path with `ord --index index update`.