-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating 4.4.0 to 4.7.0 fails with 403: incorrect username or password #1779
Comments
Anything new about this? |
I'll try to have a look today. |
That's going to be a problem... |
I am getting close to having a fix for you but it will force you to bump to version 4.8. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Detailed description of the problem [REQUIRED]
I get error 403: Incorrect username or password when trying to migrate from 4.4.0 to 4.7.0. I tried this multiple times by rolling back the virtual machine to the state before upgrade attempt. This seems to be the same bug as issue #1456, except I don't have a massive amount of pictures.
Steps to reproduce the issue
root@foo:~# cd /var/www/html/
root@foo:/var/www/html# wget https://github.com/LycheeOrg/Lychee/releases/download/v4.7.0/Lychee.zip
root@foo:/var/www/html# mv Lychee Lychee-old
root@foo:/var/www/html# unzip Lychee.zip
...
root@foo:/var/www/html# cp Lychee-old/.env Lychee/.env
root@foo:/var/www/html# mv Lychee-old/public/uploads/ Lychee/public/uploads/
root@foo:/var/www/html# chown -R www-data:www-data Lychee
Screenshots
Output of the diagnostics [REQUIRED]
I can't access the diagnostics in the state.
Browser and system
Chrome/Windows 11 as client.
Lychee is running on Ubuntu 22.04 LTS and mysql as database.
The text was updated successfully, but these errors were encountered: