donaldzou / WGDashboard

Simple dashboard for WireGuard VPN written in Python & Vue.js
https://donaldzou.github.io/WGDashboard-Documentation/
Apache License 2.0
1.63k stars 248 forks source link

Removal of peer jobs #500

Open NavidYosufie opened 5 days ago

NavidYosufie commented 5 days ago

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.

NavidYosufie commented 5 days ago

How can I go back to version 4.0.4?

donaldzou commented 5 days ago

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:

  1. Going to your Configuration's page
  2. Click the "3-dots" next to the search bar
  3. Click on "Logs"
  4. and see if you can see the job ran already :)
donaldzou commented 5 days ago

How can I go back to version 4.0.4?

You can go back by doing:

  1. ./wgd.sh stop
  2. git checkout -b v4.0.4
  3. git pull
  4. ./wgd.sh start
NavidYosufie commented 5 days ago

How can I go back to version 4.0.4?

You can go back by doing:

  1. ./wgd.sh stop
  2. git checkout -b v4.0.4
  3. git pull
  4. ./wgd.sh start

I followed the instructions you said, but I couldn't go back to the previous version.

NavidYosufie commented 5 days ago

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:

  1. Going to your Configuration's page
  2. Click the "3-dots" next to the search bar
  3. Click on "Logs"
  4. 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:

  1. Going to your Configuration's page
  2. Click the "3-dots" next to the search bar
  3. Click on "Logs"
  4. 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

DaanSelen commented 5 days ago

How can I go back to version 4.0.4?

You can go back by doing:

  1. ./wgd.sh stop
  2. git checkout -b v4.0.4
  3. git pull
  4. ./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.