mirror of https://github.com/statping/statping
Updated Issues and Solutions (markdown)
parent
480c08863e
commit
3bc9391098
|
@ -1,17 +1,17 @@
|
||||||
If you have issues with your Statping instance, this page will help you solve them. Before doing anything, I recommend updating to the latest version of Statping.
|
If you have issues with your Statping instance, this page will help you solve them. Before doing anything, I recommend updating to the latest version of Statping.
|
||||||
|
|
||||||
### Update to Latest Version
|
## Update to Latest Version
|
||||||
Updating Statping is very simple, you can choose one of the options below:
|
Updating Statping is very simple, you can choose one of the options below:
|
||||||
- Run command: `statping update` (you may need to run sudo depending on your server)
|
- Run command: `statping update` (you may need to run sudo depending on your server)
|
||||||
- or Run command: `curl -o- -L https://statping.com/install.sh | bash`
|
- or Run command: `curl -o- -L https://statping.com/install.sh | bash`
|
||||||
|
|
||||||
### Blank/White Page
|
## Blank/White Page
|
||||||
If your Statping instance is only showing a blank white page, this means there's an issue with CSS or JS assets.
|
If your Statping instance is only showing a blank white page, this means there's an issue with CSS or JS assets.
|
||||||
- Update to the latest version of Statping
|
- Update to the latest version of Statping
|
||||||
- Delete the `assets` folder if you have one
|
- Delete the `assets` folder if you have one
|
||||||
- Restart Statping instance
|
- Restart Statping instance
|
||||||
|
|
||||||
### Database Migration Errors
|
## 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.
|
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.
|
||||||
- Delete `assets` folder if you have one.
|
- Delete `assets` folder if you have one.
|
||||||
|
|
Loading…
Reference in New Issue