dependabot[bot]
|
5a77d4e842
|
build(deps): bump postgres in /Containers/postgresql
Bumps postgres from 18.3-alpine to 18.4-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-version: 18.4-alpine
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-15 04:23:40 +00:00 |
|
Simon L.
|
4910c3f012
|
postgres: fix healthcheck
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-04-29 14:54:36 +02:00 |
|
Simon L.
|
50643afd6a
|
allow to adjust the log level globally (#7902)
|
2026-04-28 18:08:27 +02:00 |
|
Simon L.
|
30cb79bb62
|
postgres and nextcloud: Allow arbitrary characters in passwords (no binary required) (#7898)
|
2026-04-24 11:34:23 +02:00 |
|
Simon L.
|
60231f09eb
|
allow to adjust the log level globally (postgresql)
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-04-24 10:35:18 +02:00 |
|
copilot-swe-agent[bot]
|
fcc4d9502d
|
docs(postgresql): clarify work_mem memory allocation semantics in comment
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/0456b491-e148-4d26-9dc9-e1df9bfbf5d0
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
|
2026-04-17 15:34:43 +00:00 |
|
copilot-swe-agent[bot]
|
80ea0c1151
|
perf(postgresql): tune postgres settings for improved Nextcloud performance
- shared_buffers: 128MB → 256MB (better hot-data caching)
- effective_cache_size: set to 1GB (planner hint, no memory allocated)
- work_mem: 4MB → 16MB (reduces disk spills in file listing / share queries)
- maintenance_work_mem: 64MB → 256MB (faster VACUUM and index builds)
- wal_buffers: auto → 16MB (reduces WAL write latency)
- checkpoint_timeout: 5min → 15min (spreads checkpoint I/O, reduces spikes)
- random_page_cost: 4.0 → 1.1 (SSD-appropriate; favours index scans)
- effective_io_concurrency: 1 → 200 (SSD-appropriate I/O prefetching)
- autovacuum_vacuum_scale_factor: 0.2 → 0.05 (vacuum sooner on large tables)
- autovacuum_analyze_scale_factor: 0.1 → 0.02 (keep planner stats fresh)
All changes are applied via sed in the existing postgresql.conf modification
block and are idempotent across container restarts (handles both commented
defaults on fresh installs and already-set values on restart).
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/0456b491-e148-4d26-9dc9-e1df9bfbf5d0
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
|
2026-04-17 15:33:46 +00:00 |
|
Erwan Hervé
|
52c3192f26
|
chore: add OCI standard labels to all Dockerfiles (#7899)
Signed-off-by: Erwan Hervé <erwan.herve@outlook.fr>
Signed-off-by: Erwan Hervé <62173453+Erwan-loot@users.noreply.github.com>
Co-authored-by: Simon L. <szaimen@e.mail.de>
|
2026-04-17 10:42:55 +02:00 |
|
Simon L.
|
eba5e11303
|
fix postgres
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-04-14 16:37:01 +02:00 |
|
Simon L.
|
4d8360d426
|
postgres: fix another detail
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-04-14 16:29:24 +02:00 |
|
Simon L.
|
6d372ab37f
|
fix postgres container build
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-04-14 16:08:10 +02:00 |
|
copilot-swe-agent[bot]
|
44148ba4a3
|
Fix password string handling without Go binaries using PGPASSWORD env var and psql variable interpolation
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/6baec41e-95d9-4966-8cf8-4b12727139fd
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
|
2026-04-13 10:03:01 +00:00 |
|
Simon L.
|
e66259cb31
|
postgres: update to v18
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-04-09 14:13:35 +02:00 |
|
dependabot[bot]
|
f5810bd601
|
build(deps): bump postgres in /Containers/postgresql
Bumps postgres from 17.8-alpine to 17.9-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-version: 17.9-alpine
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-02-27 04:07:46 +00:00 |
|
dependabot[bot]
|
053cf7cbbe
|
build(deps): bump postgres in /Containers/postgresql
Bumps postgres from 17.7-alpine to 17.8-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-version: 17.8-alpine
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-02-13 04:08:48 +00:00 |
|
Simon L.
|
0e22f38d16
|
add wud.watch=false to all containers
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-01-19 17:10:22 +01:00 |
|
Simon L.
|
06cdd8eca1
|
update remaining dependencies to alpine 3.23
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-01-05 09:57:39 +01:00 |
|
dependabot[bot]
|
74cdd0e69b
|
build(deps): bump postgres in /Containers/postgresql
Bumps postgres from 17.6-alpine to 17.7-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-version: 17.7-alpine
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-14 04:13:42 +00:00 |
|
dependabot[bot]
|
b9e52fef5c
|
build(deps): bump postgres in /Containers/postgresql
Bumps postgres from 17.5-alpine to 17.6-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-version: 17.6-alpine
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-15 04:44:01 +00:00 |
|
Simon L.
|
b2a839a209
|
update remaining images and docs to alpine v3.22
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2025-07-17 11:57:35 +02:00 |
|
Simon L.
|
fc0d21cc49
|
db-import: improve the import process by using the smart mode and a higher timeout
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2025-07-04 13:36:55 +02:00 |
|
Simon L.
|
d0d11cc818
|
postgres: increase to 17
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2025-05-26 13:38:22 +02:00 |
|
Simon L.
|
3367f2ddfe
|
Merge pull request #6184 from nextcloud/enh/6175/update-import-logic
database-import: update logic to consider wrong line endings
|
2025-05-26 13:23:03 +02:00 |
|
Simon L.
|
5536121899
|
add org.label-schema.vendor="Nextcloud" label to all containers
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2025-05-19 14:31:29 +02:00 |
|
dependabot[bot]
|
89b9400e68
|
build(deps): bump postgres in /Containers/postgresql
Bumps postgres from 16.8-alpine to 16.9-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-version: 16.9-alpine
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-09 05:02:36 +00:00 |
|
Simon L.
|
630a0dc6aa
|
database-import: update logic to consider wrong lin endings
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2025-03-24 18:43:25 +01:00 |
|
dependabot[bot]
|
647c2ca93d
|
build(deps): bump postgres in /Containers/postgresql
Bumps postgres from 16.7-alpine to 16.8-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-24 04:47:42 +00:00 |
|
dependabot[bot]
|
577b22192d
|
build(deps): bump postgres in /Containers/postgresql
Bumps postgres from 16.6-alpine to 16.7-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-18 05:04:22 +00:00 |
|
Simon L.
|
a0eaea5e95
|
update remaining docker images to alpine 3.21
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2024-12-16 12:05:46 +01:00 |
|
Simon L.
|
c130cc0c0f
|
adjust postgres healthcheck
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2024-12-05 16:30:47 +01:00 |
|
dependabot[bot]
|
8cce894fee
|
build(deps): bump postgres in /Containers/postgresql
Bumps postgres from 16.4-alpine to 16.6-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-25 05:10:48 +00:00 |
|
Simon L.
|
faecc028fe
|
add user-IDs to all containers
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2024-11-06 14:35:40 +01:00 |
|
dependabot[bot]
|
30981b9afa
|
build(deps): bump postgres in /Containers/postgresql
Bumps postgres from 16.3-alpine to 16.4-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-09 12:10:45 +00:00 |
|
Simon L.
|
e60dd31a35
|
make it rm -f
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2024-07-12 10:36:14 +02:00 |
|
Simon L.
|
b8c1d78371
|
update links to upstream docker files
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2024-07-12 10:24:56 +02:00 |
|
Richard Steinmetz
|
8027a7e5ec
|
fix: remove unused go binaries from redis and postgresql images
Both binaries gosu and su-exec are not used in our entrypoints.
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
|
2024-07-11 18:22:39 +02:00 |
|
Simon L
|
a622fcc894
|
database-restore: only get the first match
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2024-06-20 14:18:09 +02:00 |
|
Simon L.
|
a9f2f318a1
|
postgres: update to 16
Signed-off-by: Simon L <szaimen@e.mail.de>
|
2024-06-06 11:57:08 +02:00 |
|
Simon L.
|
414716e279
|
use 127.0.0.1 instead of localhost
Signed-off-by: Simon L <szaimen@e.mail.de>
|
2024-05-28 17:24:28 +02:00 |
|
dependabot[bot]
|
e82191370b
|
Bump postgres from 15.6-alpine to 15.7-alpine in /Containers/postgresql
Bumps postgres from 15.6-alpine to 15.7-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-10 12:27:54 +00:00 |
|
Zoey
|
c671018798
|
close #4491
Signed-off-by: Zoey <zoey@z0ey.de>
|
2024-04-17 17:55:43 +02:00 |
|
Zoey
|
9ba0dbf6a3
|
add # syntax=docker/dockerfile:latest
Signed-off-by: Zoey <zoey@z0ey.de>
|
2024-02-16 16:21:18 +01:00 |
|
dependabot[bot]
|
4a2092b0f5
|
Bump postgres from 15.5-alpine to 15.6-alpine in /Containers/postgresql
Bumps postgres from 15.5-alpine to 15.6-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-13 12:20:34 +00:00 |
|
Simon L
|
36a67eb749
|
apache - adjust MaxRequestWorkers and ServerLimit
Signed-off-by: Simon L <szaimen@e.mail.de>
|
2024-01-13 11:23:03 +01:00 |
|
Simon L
|
312f238bf6
|
try to improve database dump logic on container shutdown
Signed-off-by: Simon L <szaimen@e.mail.de>
|
2023-12-12 14:26:05 +01:00 |
|
dependabot[bot]
|
eb22484e9e
|
Bump postgres from 15.4-alpine to 15.5-alpine in /Containers/postgresql
Bumps postgres from 15.4-alpine to 15.5-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-14 13:01:26 +00:00 |
|
Simon L
|
112c9ad583
|
fix some values
Signed-off-by: Simon L <szaimen@e.mail.de>
|
2023-11-02 20:23:22 +01:00 |
|
Simon L
|
8b0d2b3534
|
Merge pull request #3594 from Habbie/patch-1
|
2023-10-30 10:50:30 +01:00 |
|
Simon L
|
9168bdaad5
|
adjust name in postgres container as well
Signed-off-by: Simon L <szaimen@e.mail.de>
|
2023-10-30 10:48:27 +01:00 |
|
Simon L
|
416f50b70c
|
do not go lower than 100 connections
Signed-off-by: Simon L <szaimen@e.mail.de>
|
2023-10-26 18:26:40 +02:00 |
|