summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-03-10set display_errors to Offdisplay_errorsArtur Neumann
Signed-off-by: Artur Neumann <artur@jankaritech.com>
2023-03-04Add words to README to draw attention to the use of upgrades.exclude, ↵Ben Siddans
potential for files to be removed during installation/upgrades. (#1862)
2023-03-04Fixed broken link (#1931)okrc
Signed-off-by: okrc <okrc@hexo.dev>
2023-03-04docs(smtp): clearify on mail_from_address (#1929)Daniel
mail_from_address will overwrite the local-part for the from address. Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-03-02Runs update.shGitHub Workflow
2023-03-02Merge pull request #1927 from simonmicro/patch-1John Molakvoæ
2023-03-01Fix for Nextcloud opcache-complainssimonmicro
2023-03-01Merge pull request #1905 from remram44/lockJohn Molakvoæ
2023-02-2325.0.4 (#1924)J0WI
2023-02-23Runs update.shGitHub Workflow
2023-02-19README: update to reflect support of these images vs enterprise and AIO (#1916)Simon L
* README: update to reflect support of these images vs enterprise and AIO Signed-off-by: Simon L <szaimen@e.mail.de> * address review by J0WI Signed-off-by: Simon L <szaimen@e.mail.de> --------- Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-17Enable MariaDB binary log (#1881)Adam Monsen
* Enable MariaDB binary log This resolves a warning in the database server log: [Warning] You need to use --log-bin to make --binlog-format work. Pros: * support for point-in-time recovery * necessary for replication Cons: * slows down database operations ("slightly", per the manual) * takes up disk space (mitigated by `--expire-logs-days=2`) See also: * <https://mariadb.com/kb/en/binary-log/> * <https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/> Alternatives: 1. Do not add `--log-bin`. Remove `--binlog-format` instead. This causes the least amount of change for existing installations. Signed-off-by: Adam Monsen <haircut@gmail.com> * remove --expire-logs-days=2 mariadb flag This better aligns with recommendations in the Nextcloud documentation. Also: the flag isn't necessary. There are already set times for cleanup: The MySQL and MariaDB documentation both state that binary logs will be purged on startup and flush/rotation. Signed-off-by: Adam Monsen <haircut@gmail.com> --------- Signed-off-by: Adam Monsen <haircut@gmail.com>
2023-02-08Run update.shRemi Rampin
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-02-08Un-factor do_install_or_upgrade()Remi Rampin
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-02-08Remove NEXTCLOUD_INIT_LOCKRemi Rampin
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-02-08add note about running non-root with cron (#1901)Adam Monsen
Signed-off-by: Adam Monsen <haircut@gmail.com>
2023-02-08Runs update.shGitHub Workflow
2023-02-08Enable JIT (#1829)Varun Patil
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-01-27Run update.shRemi Rampin
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-01-27Use flock to lock the whole upgrade processRemi Rampin
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-01-27Remove old locking logicRemi Rampin
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-01-27Factor do_install_or_upgrade()Remi Rampin
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-01-17Bump stable to 25.0.3 (#1900)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-01-17🩹 fix deprecation warning: Node.js 12 actions are deprecated. (#1885)thomasmerz
* 🩹 fix deprecation warning: Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@master Using version v3, latest or master: actions/checkout#689 Signed-off-by: Thomas Merz <git@rhoenwurz.de> * Update .github/workflows/update-sh.yml Co-authored-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: thomasmerz <thomasmerz@users.noreply.github.com> Signed-off-by: Thomas Merz <git@rhoenwurz.de> Signed-off-by: thomasmerz <thomasmerz@users.noreply.github.com> Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2023-01-17Runs update.shGitHub Workflow
2022-12-08Bump stable Version to 25 (fix #1865) (#1878)J0WI
2022-12-08Runs update.shGitHub Workflow
2022-12-01Fix #1021 (#1872)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-12-01Fix #1021 (#1871)J0WI
2022-11-28Runs update.shGitHub Workflow
2022-11-28Enhance shell syntax (#1868)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-11-26Update GitHub Actions to use new bashbrew action (#1861)Tianon Gravi
This should fix errors that the old code would've run into thanks to the update to Go 1.18, and should help prevent them in the future by pinning to a specific release of both Bashbrew and the related scripts. Signed-off-by: Tianon Gravi <admwiggin@gmail.com> Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2022-11-15Fixes warning about svg support missing (#1789)Justin Lamp
* Include imagick in all flavours Signed-off-by: Justin Lamp <justin.lamp@netways.de> * Fix alpine imagick version Signed-off-by: Justin Lamp <justin.lamp@netways.de> * Changed alpine package to imagemagick php extension is already present, so only install imagemagick Signed-off-by: modzilla99 <justin.lamp96@gmail.com> Signed-off-by: Justin Lamp <justin.lamp@netways.de> Signed-off-by: modzilla99 <justin.lamp96@gmail.com>
2022-11-03Bump to 24.0.7J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-11-03Runs update.shGitHub Workflow
2022-11-03prevents running `occ maintenance:update:htaccess` on a first run volume (#1843)MAbeeTT (Matías Pecchia)
Signed-off-by: Matías Pecchia <179218+mabeett@users.noreply.github.com> Signed-off-by: Matías Pecchia <179218+mabeett@users.noreply.github.com>
2022-11-03Runs update.shGitHub Workflow
2022-10-19Runs update.shGitHub Workflow
2022-10-19PHP 8.1 (#1841)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-10-07Update stable to 24.0.6 (#1832)Florian Friedrich
Signed-off-by: Florian Friedrich <ffried@me.com> Signed-off-by: Florian Friedrich <ffried@me.com>
2022-10-06Runs update.shGitHub Workflow
2022-10-05Fix mysql import in nextcloud readmeJ0WI
https://github.com/docker-library/docs/pull/2210 Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-09-20Runs update.shGitHub Workflow
2022-09-0824.0.5 (#1817)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-09-08Runs update.shGitHub Workflow
2022-09-07Allow manual runJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-09-06Runs update.shGitHub Workflow
2022-09-06Allow to run with custom uid (#1812)J0WI
fix: #359, #772, #1081, #1087, #1278 Signed-off-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-09-06enable mariadb auto upgrade (#1814)Adam Monsen
* enable mariadb auto upgrade This fixes after-upgrade issues, for example: [ERROR] Incorrect definition of table mysql.event: expected column 'definer' at position 3 to have type varchar(, found type char(141). The upgrade only happens when necessary. I also disabled the system database backup because I assume users create and test their own backups. Signed-off-by: Adam Monsen <haircut@gmail.com> * use 1s instead of "yesplease" Any nonzero value is valid for these environment variables. Signed-off-by: Adam Monsen <haircut@gmail.com> Signed-off-by: Adam Monsen <haircut@gmail.com>
2022-09-02Runs update.shGitHub Workflow