-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can't Update Grav (v1.7.0-beta.10) to v1.7.0-rc.1 Via Admin #2722
Comments
I'm seeing an issue but a different error:
|
I think your issue is this: #2681 This is fixed in RC.1 but to get it you need to manually upgrade to RC.1 |
BTW, admin again, trying with direct install, same with |
Steps for manual update of Grav 1.7.0-beta.X to Grav 1.7.0-rc.1 ONLY:
We are using |
Thanks @rhukster. Worked like a charm. I did not have Here were my steps. cd your-grav-root-dir
sudo wget -O grav170rc1.zip https://getgrav.org/download/core/grav-update/1.7.0-rc.1\?testing
sudo apt install libarchive-tools
sudo bsdtar --strip-components=1 -xvf grav170rc1.zip
sudo chown -R www-data:www-data ./*
sudo rm grav170rc1.zip |
I am getting the |
See my responses above @paulhibbitts |
Thanks @rhukster , I did but maybe I am missing something? I was assuming for Admin Update with a standard PHP config (like MAMP) I could update Grav 1.6 -> 1.7RC without going to command line to install |
That issue is new, and we need to resolve it... it seems to be related to ANY update to 1.7.0-rc.1 via Admin. |
Thanks for the clarification, please contact me on Discord etc. if I can be of any help re: testing @rhukster |
I get the notification "Grav v1.7.0-rc.1 is now available" and upon trying to update, it says "Grav was successfully updated to v1.7.0-rc.1" but when I reload the page, the bottom part of the admin still says "v1.7.0-beta.10" and installing the plugin updates such as the Admin Panel results in "One of the packages require Grav >= 1.7.0-rc.1" so it might not be updated indeed.
I have "GPM Relases" set to "Testing", tried playing with the "Remote Fetch", "Official GPM only", "Remote Verify Peer" settings but unfortunately, to no avail.
My server does not allow access to GPM, so I can't upgrade from there.
I can download Grav from my server, update it via GPM locally, then update the files, but is there any other easier way to update?
Thanks!
The text was updated successfully, but these errors were encountered: