From 9b8eec05b774413e124304fa527c6b6407186694 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 18 Sep 2020 12:52:16 -0700 Subject: [PATCH] Updated Issues and Solutions (markdown) --- Issues-and-Solutions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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