-
Couldn't load subscription status.
- Fork 39
feat: allow to provide manual URL #638
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
Conversation
b5509ff to
0f7a761
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for the first downgrade attempt 🍿
They can try, but then it will fail 🤷 |
|
Here is what it does on a 31 instance: $ ./updater.phar --url https://github.com/nextcloud-releases/server/releases/download/v30.0.13/nextcloud-30.0.13.zip --no-backup -vvv -n
Box Requirements Checker
========================
> Using PHP 8.4.8
> PHP is using the following php.ini file:
/etc/php/php.ini
> Checking Box requirements:
✔ The package "psr/container" requires the version ">=7.4.0" or greater.
✔ The package "symfony/console" requires the version ">=7.2.5" or greater.
✔ The package "symfony/deprecation-contracts" requires the version ">=7.1" or greater.
✔ The package "symfony/polyfill-ctype" requires the version ">=7.2" or greater.
✔ The package "symfony/polyfill-intl-grapheme" requires the version ">=7.2" or greater.
✔ The package "symfony/polyfill-intl-normalizer" requires the version ">=7.2" or greater.
✔ The package "symfony/polyfill-mbstring" requires the version ">=7.2" or greater.
✔ The package "symfony/polyfill-php73" requires the version ">=7.2" or greater.
✔ The package "symfony/polyfill-php80" requires the version ">=7.2" or greater.
✔ The package "symfony/service-contracts" requires the version ">=7.2.5" or greater.
✔ The package "symfony/string" requires the version ">=7.2.5" or greater.
[OK] Your system is ready to run the application.
Nextcloud Updater - version: git
Current version is 31.0.7.
Update check forced with URL override: https://github.com/nextcloud-releases/server/releases/download/v30.0.13/nextcloud-30.0.13.zip
Updater run in non-interactive mode.
Start update
Info: Pressing Ctrl-C will finish the currently running step and then stops the updater.
[✔] Check for expected files
[✔] Check for write permissions
[✔] Create backup
[✔] Downloading
[✔] Verify integrity
[✘] Extracting failed
Downloaded version is lower than installed version
Update failed. To resume or retry just execute the updater again. |
02f5a72 to
8228dea
Compare
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
8228dea to
d563d36
Compare
Of course it will. Not meant as a complaint or anything. We know someone will try and cry. But that's fine. We can show them the famed manual. |
|
I mean, you were right, it is worth double checking 🤭🤭 |
|
/backport to stable31 |
|
/backport to stable30 |
|
/backport to stable29 |
|
/backport to stable28 |
|
/backport to stable28 |
|
/backport to stable27 |
|
/backport to stable26 |
|
/backport to stable25 |
|
The backport to # Switch to the target branch and update it
git checkout stable28
git pull origin stable28
# Create the new backport branch
git checkout -b backport/638/stable28
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick d563d36d
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/638/stable28Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/638/stable28."} - https://docs.github.com/rest/pulls/pulls#create-a-pull-request Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to stable31 |
|
The backport to # Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/638/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick d563d36d
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/638/stable31Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/638/stable31."} - https://docs.github.com/rest/pulls/pulls#create-a-pull-request Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
fix #291
fix #336