Skip to content

33.0.1#860

Merged
ericgaspar merged 35 commits intotestingfrom
33.0.0
Mar 27, 2026
Merged

33.0.1#860
ericgaspar merged 35 commits intotestingfrom
33.0.0

Conversation

@ericgaspar
Copy link
Copy Markdown
Member

@ericgaspar ericgaspar commented Feb 18, 2026

  • 33.0.1

@ericgaspar
Copy link
Copy Markdown
Member Author

!testme

@yunohost-bot
Copy link
Copy Markdown
Contributor

Test it, book it, worm it, technologic. 🤖 🎶
Test Badge

@ericgaspar
Copy link
Copy Markdown
Member Author

00-add-logout_url-conf.patch is not working anymore

@luc38090
Copy link
Copy Markdown

Upgrade on my testing server at OVH - 6.1.0-43-cloud-amd64 / Debian 6.1.162-1 - from Nextcloud 32.0.6 to Nextcloud 33.0.0 worked well.

# yunohost app upgrade nextcloud__2 -u https://github.com/YunoHost-Apps/nextcloud_ynh/tree/33.0.0 -b
Info: Now upgrading nextcloud__2…
Warning: Skipping the creation of a backup prior to the upgrade.
Info: Updating sources...
Info: Updating system_user...
Info: Updating install_dir...
Info: Updating data_dir...
Info: Updating permissions...
Info: Updating apt...
Info: Updating database...
Info: [+++.................] > Ensuring downward compatibility...
Info: [###+++..............] > Upgrading nextcloud__2...
Info: Upgrading to Nextcloud 33.0.0
Warning: Warn your packagers /!\ Patch /var/cache/yunohost/app_tmp_work_dirs/app_mox5f6n_/patches/main/00-add-logout_url-conf.patch failed to apply
Info: [######++++..........] > Reconfiguring nextcloud__2...
Warning: File /var/www/nextcloud__2/config/config.php has been manually modified since the installation or last upgrade. So it has been duplicated in /var/cache/yunohost/appconfbackup//var/www/nextcloud__2/config/config.php.backup.20260221.100952
Warning:     0 [--->------------------------]
Info: [##########+++.......] > Reapplying file permissions...
Info: [#############+++....] > Regenerating system configurations for nextcloud__2...
Info: The service nginx has correctly executed the action reload-or-restart.
Info: The service fail2ban has correctly executed the action reload-or-restart.

One Warning : Warn your packagers /!\ Patch /var/cache/yunohost/app_tmp_work_dirs/app_mox5f6n_/patches/main/00-add-logout_url-conf.patch failed to apply

FYI: between "fail2ban has reload" and "press enter" it takes like 45 minutes... maybe a lot to do behind the scene (I got a DB of about 8Gb and files abvout 50Gb)

All seems to work: files, talk, agenda, contacts, collectives with web client. Android Talk, files work fine too. Linux client seems ok too.

@ericgaspar ericgaspar mentioned this pull request Feb 24, 2026
2 tasks
@ericgaspar ericgaspar changed the title 33.0.0 33.0.1 Mar 26, 2026
@luc38090
Copy link
Copy Markdown

Two warnings

Warning: Warn your packagers /!\ Patch /var/cache/yunohost/app_tmp_work_dirs/app_mxf0yrlh/patches/main/00-add-logout_url-conf.patch failed to apply

Warning: Command "/var/www/nextcloud__2/cron.php" is not defined.

https://paste.yunohost.org/raw/vidogobuko

After a few minutes of testing, all seems to work: files, talk, agenda, contacts, collectives...

@ericgaspar
Copy link
Copy Markdown
Member Author

Two warnings

Warning: Warn your packagers /!\ Patch /var/cache/yunohost/app_tmp_work_dirs/app_mxf0yrlh/patches/main/00-add-logout_url-conf.patch failed to apply

Warning: Command "/var/www/nextcloud__2/cron.php" is not defined.

Thanks for the testing, I get the same errors.

  • patch that need to be corrected/adapted to upstream changes (I have tried without succes...)
  • cron not defined. I don't know what the issue is. Cron job seems to run properly on the server.

@ericgaspar
Copy link
Copy Markdown
Member Author

!testme

@yunohost-bot
Copy link
Copy Markdown
Contributor

🎠
Test Badge

@orhtej2
Copy link
Copy Markdown
Member

orhtej2 commented Mar 27, 2026

@ericgaspar the patch now applies, restarted the last job

@ericgaspar ericgaspar merged commit f9ef991 into testing Mar 27, 2026
1 check passed
ericgaspar added a commit that referenced this pull request Mar 29, 2026
* Update ADMIN.md: update advice to open shell + add a note on how to promote a user to admin

* Update ADMIN.md: markdown tweak

* Update ADMIN_fr.md: propagate changes to fr doc

* fix settings enable_mail_forward in install and upgrade scripts

* try fix ldap_email-attribute

* unused value settings

* Update manifest.toml

* There's no point in having a setting for 'enable_forward_email' and 'system_addressbook_exposed'. Those aren't used anywhere, the source of truth being Nextcloud's conf itself

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* Auto-update READMEs

* Fix syntax error in config script

a missing space in notify push systemd service removal was causing an error

* Update manifest.toml

* Auto-update READMEs

* Update config

* fix linter warnings (#827)

* fix linter warnings

* Update tests.toml

* Update systemd.service

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Update watcher.service

* Update watcher.service

* revert

* revert changes made to make the linter happy

* Update manifest.toml

* Auto-update READMEs

* 0 Bytes chunks bug : configuration fix (#832)

* Testing (#829)

* Update ADMIN.md: update advice to open shell + add a note on how to promote a user to admin

* Update ADMIN.md: markdown tweak

* Update ADMIN_fr.md: propagate changes to fr doc

* fix settings enable_mail_forward in install and upgrade scripts

* try fix ldap_email-attribute

* unused value settings

* Update manifest.toml

* There's no point in having a setting for 'enable_forward_email' and 'system_addressbook_exposed'. Those aren't used anywhere, the source of truth being Nextcloud's conf itself

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* Auto-update READMEs

* Fix syntax error in config script

a missing space in notify push systemd service removal was causing an error

* Update manifest.toml

* Auto-update READMEs

* Update config

* fix linter warnings (#827)

* fix linter warnings

* Update tests.toml

* Update systemd.service

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Update watcher.service

* Update watcher.service

* revert

* revert changes made to make the linter happy

* Update manifest.toml

* Auto-update READMEs

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Rodolphe Robles <rodinux07@rodinux.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mohamed Tita <46422846+mdtita@users.noreply.github.com>

* 0 Bytes chunks bug config fix

---------

Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Rodolphe Robles <rodinux07@rodinux.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mohamed Tita <46422846+mdtita@users.noreply.github.com>

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Auto-update READMEs

* Eradicate legacy FPM settings...

* upgrade: Simplify notify push setting backward-compat init

* Symetrize setting initialization compared to upgrade, using ynh_app_setting_set_default

* 32.0.3 (#831)

* [autopatch] Automatic patch to simplify `proxy_pass`/`fastcgi_pass` options in nginx.conf (PLEASE DOUBLE CHECK BEFORE MERGING) (#845)

Co-authored-by: Yunohost-Bot <>

* Warning unary operator expected (#847)

* [: -eq: unary operator expected

* [: -eq: unary operator expected

* Revert "Warning unary operator expected (#847)"

This reverts commit 6cff728.

* 32.0.4

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Auto-update READMEs

* cleaning duplicates

* Add LANG ans LC_ALL environment variables toextraa_php-fpm.conf (#861)

I'm using Libresign in Nextcloud for a non profit and Libresign needs LANG and LC_ALL variables to be defined for php-fpm

* cleaning (#867)

* cleaning

* Update config

* Update change_url

* Update manifest.toml

* Auto-update READMEs

* use port for notify puch

* Update upgrade

* Update config.json

* Update upgrade (#849)

Ensure maintenance mode is off before anything.

* Update tests.toml

* Update change_url

* Update upgrade

* cleaning

* Update upgrade

* Update upgrade

* Update change_url

* Update manifest.toml

* Auto-update READMEs

* Update 00-add-logout_url-conf.patch

* 33.0.1 (#860)

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Update nginx.conf (#850)

* Update nginx.conf

* Update nginx.conf

* Update nginx.conf

* Notify push (#856)

* add port

* Update systemd.service

* Update systemd.service

* Update tests.toml

* Update manifest.toml

* Update upgrade

* Update upgrade

* Update tests.toml

* Update tests.toml

* Update restore

* cleaning duplicates

* cleaning

* Update config.json

* cleaning

* revert

* Update restore

* Update manifest.toml

* Auto-update READMEs

* Update upgrade

* Update notify_push.conf

* Update 00-add-logout_url-conf.patch

* Update 00-add-logout_url-conf.patch

* Update 00-add-logout_url-conf.patch

* Update 00-add-logout_url-conf.patch

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: orhtej2 <2871798+orhtej2@users.noreply.github.com>

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Rodolphe Robles <rodinux07@rodinux.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mohamed Tita <46422846+mdtita@users.noreply.github.com>
Co-authored-by: Yarkane <45920565+Yarkane@users.noreply.github.com>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Taekiro <taekiro@gmail.com>
Co-authored-by: Marin Le Guillou <marin@le-guillou.dev>
Co-authored-by: Thatoo <Thatoo@users.noreply.github.com>
Co-authored-by: orhtej2 <2871798+orhtej2@users.noreply.github.com>
ericgaspar added a commit that referenced this pull request Apr 3, 2026
* Update ADMIN.md: update advice to open shell + add a note on how to promote a user to admin

* Update ADMIN.md: markdown tweak

* Update ADMIN_fr.md: propagate changes to fr doc

* fix settings enable_mail_forward in install and upgrade scripts

* try fix ldap_email-attribute

* unused value settings

* Update manifest.toml

* There's no point in having a setting for 'enable_forward_email' and 'system_addressbook_exposed'. Those aren't used anywhere, the source of truth being Nextcloud's conf itself

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* Auto-update READMEs

* Fix syntax error in config script

a missing space in notify push systemd service removal was causing an error

* Update manifest.toml

* Auto-update READMEs

* Update config

* fix linter warnings (#827)

* fix linter warnings

* Update tests.toml

* Update systemd.service

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Update watcher.service

* Update watcher.service

* revert

* revert changes made to make the linter happy

* Update manifest.toml

* Auto-update READMEs

* 0 Bytes chunks bug : configuration fix (#832)

* Testing (#829)

* Update ADMIN.md: update advice to open shell + add a note on how to promote a user to admin

* Update ADMIN.md: markdown tweak

* Update ADMIN_fr.md: propagate changes to fr doc

* fix settings enable_mail_forward in install and upgrade scripts

* try fix ldap_email-attribute

* unused value settings

* Update manifest.toml

* There's no point in having a setting for 'enable_forward_email' and 'system_addressbook_exposed'. Those aren't used anywhere, the source of truth being Nextcloud's conf itself

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* Auto-update READMEs

* Fix syntax error in config script

a missing space in notify push systemd service removal was causing an error

* Update manifest.toml

* Auto-update READMEs

* Update config

* fix linter warnings (#827)

* fix linter warnings

* Update tests.toml

* Update systemd.service

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Update watcher.service

* Update watcher.service

* revert

* revert changes made to make the linter happy

* Update manifest.toml

* Auto-update READMEs

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Rodolphe Robles <rodinux07@rodinux.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mohamed Tita <46422846+mdtita@users.noreply.github.com>

* 0 Bytes chunks bug config fix

---------

Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Rodolphe Robles <rodinux07@rodinux.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mohamed Tita <46422846+mdtita@users.noreply.github.com>

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Auto-update READMEs

* Eradicate legacy FPM settings...

* upgrade: Simplify notify push setting backward-compat init

* Symetrize setting initialization compared to upgrade, using ynh_app_setting_set_default

* 32.0.3 (#831)

* [autopatch] Automatic patch to simplify `proxy_pass`/`fastcgi_pass` options in nginx.conf (PLEASE DOUBLE CHECK BEFORE MERGING) (#845)

Co-authored-by: Yunohost-Bot <>

* Warning unary operator expected (#847)

* [: -eq: unary operator expected

* [: -eq: unary operator expected

* Revert "Warning unary operator expected (#847)"

This reverts commit 6cff728.

* 32.0.4

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Auto-update READMEs

* cleaning duplicates

* Add LANG ans LC_ALL environment variables toextraa_php-fpm.conf (#861)

I'm using Libresign in Nextcloud for a non profit and Libresign needs LANG and LC_ALL variables to be defined for php-fpm

* cleaning (#867)

* cleaning

* Update config

* Update change_url

* Update manifest.toml

* Auto-update READMEs

* use port for notify puch

* Update upgrade

* Update config.json

* Update upgrade (#849)

Ensure maintenance mode is off before anything.

* Update tests.toml

* Update change_url

* Update upgrade

* cleaning

* Update upgrade

* Update upgrade

* Update change_url

* Update manifest.toml

* Auto-update READMEs

* Update 00-add-logout_url-conf.patch

* 33.0.1 (#860)

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Update nginx.conf (#850)

* Update nginx.conf

* Update nginx.conf

* Update nginx.conf

* Notify push (#856)

* add port

* Update systemd.service

* Update systemd.service

* Update tests.toml

* Update manifest.toml

* Update upgrade

* Update upgrade

* Update tests.toml

* Update tests.toml

* Update restore

* cleaning duplicates

* cleaning

* Update config.json

* cleaning

* revert

* Update restore

* Update manifest.toml

* Auto-update READMEs

* Update upgrade

* Update notify_push.conf

* Update 00-add-logout_url-conf.patch

* Update 00-add-logout_url-conf.patch

* Update 00-add-logout_url-conf.patch

* Update 00-add-logout_url-conf.patch

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: orhtej2 <2871798+orhtej2@users.noreply.github.com>

* Update manifest.toml

* Auto-update READMEs

* Checks warning before upgrade (#878)

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Rodolphe Robles <rodinux07@rodinux.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mohamed Tita <46422846+mdtita@users.noreply.github.com>
Co-authored-by: Yarkane <45920565+Yarkane@users.noreply.github.com>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Taekiro <taekiro@gmail.com>
Co-authored-by: Marin Le Guillou <marin@le-guillou.dev>
Co-authored-by: Thatoo <Thatoo@users.noreply.github.com>
Co-authored-by: orhtej2 <2871798+orhtej2@users.noreply.github.com>
Co-authored-by: otm33 <b.arrierg@orange.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants