❓ Update
Although theoretically updating through wgd.sh
should work, but I still suggest you to update the dashboard manually.
For user who is using v2.3.1
or below, please notice that all data that stored in the current database will not transfer to the new database. This is hard decision to move from TinyDB to SQLite. But SQLite does provide a thread-safe access and TinyDB doesn't. I couldn't find a safe way to transfer the data, so you need to do them manually... Sorry about that 😔。 But I guess this would be a great start for future development 😎.
How to update
Solution 1 (v4.0+)
sudo ./wgd.sh update
Solution 2
Change your directory to
wgdashboard
cd wgdashboard/srcUpdate the dashboard
git pull https://github.com/donaldzou/WGDashboard.git --forceInstall
sudo ./wgd.sh install
Last modified: 08 November 2024