Reset Usage / Database #66
-
Hello, How i can reset the database and statistics? Cause in test i just worked with the default pricing values, now i wanna start "real" but first i need to reset every statistic... maybe the devs can implement some button?! :) But without button, how i can do it? Thx for answers :) cheers |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can start by downloading the model data as a JSON file, making the necessary edits, and then uploading it back to the site. If you’re working with Docker, you can access the database using the |
Beta Was this translation helpful? Give feedback.
-
That worked very well, thank you! |
Beta Was this translation helpful? Give feedback.
You can start by downloading the model data as a JSON file, making the necessary edits, and then uploading it back to the site.
If you’re working with Docker, you can access the database using the
docker exec
command and modify the data directly with SQL commands.