diff --git a/Issues-and-Solutions.md b/Issues-and-Solutions.md index 730dab6..d66d21c 100644 --- a/Issues-and-Solutions.md +++ b/Issues-and-Solutions.md @@ -13,7 +13,7 @@ If your Statping instance is only showing a blank white page, this means there's ## Database Migration Errors If you notice a database error during migration, you can reset your Statping instance while keeping previous data so you won't have to re-input. -- In your Statping directory (contains config.yml) run command: `statping export`. This will export all elements into a timestamped JSON file. +- In your Statping directory (contains config.yml) run command: `statping export`. This will export all elements into a timestamped JSON file. This file will not include previous hits or failures. - Delete `assets` folder if you have one. - Delete and Recreate MySQL, Postgres database, or delete `statping.db`. - Import previous data by running: `statping import backup.json` (replace backup.json with your exported filename) \ No newline at end of file