Open NavidYosufie opened 5 days ago
How can I go back to version 4.0.4?
2 days ago, the date and traffic limit that I had set for each user were deleted. Yesterday, I saved the information again from the beginning, but now that I entered the panel, I saw that it was deleted again.
Hi, in that case that mean your job ran. You can check the log by:
How can I go back to version 4.0.4?
You can go back by doing:
./wgd.sh stop
git checkout -b v4.0.4
git pull
./wgd.sh start
How can I go back to version 4.0.4?
You can go back by doing:
./wgd.sh stop
git checkout -b v4.0.4
git pull
./wgd.sh start
I followed the instructions you said, but I couldn't go back to the previous version.
2 days ago, the date and traffic limit that I had set for each user were deleted. Yesterday, I saved the information again from the beginning, but now that I entered the panel, I saw that it was deleted again.
Hi, in that case that mean your job ran. You can check the log by:
- Going to your Configuration's page
- Click the "3-dots" next to the search bar
- Click on "Logs"
- and see if you can see the job ran already :)
2 days ago, the date and traffic limit that I had set for each user were deleted. Yesterday, I saved the information again from the beginning, but now that I entered the panel, I saw that it was deleted again.
Hi, in that case that mean your job ran. You can check the log by:
- Going to your Configuration's page
- Click the "3-dots" next to the search bar
- Click on "Logs"
- and see if you can see the job ran already :)
I checked that it is in the corresponding job log, but it is not displayed in the Schedule Jobs section
How can I go back to version 4.0.4?
You can go back by doing:
./wgd.sh stop
git checkout -b v4.0.4
git pull
./wgd.sh start
I followed the instructions you said, but I couldn't go back to the previous version.
I think you need to remove the log
and venv
as well, then do the git checkout (switch branch) and then wgd.sh install
use BASH.
Make sure you backup anything important or make a snapshot.
2 days ago, the date and traffic limit that I had set for each user were deleted. Yesterday, I saved the information again from the beginning, but now that I entered the panel, I saw that it was deleted again.