Skip to content
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

[bitnami/matomo] Release 4.15.0-debian-11-r20 #42956

Merged
merged 1 commit into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bitnami/matomo/4/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-07-27T22:04:18Z" \
org.opencontainers.image.created="2023-07-31T14:05:16Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="4.15.0-debian-11-r19" \
org.opencontainers.image.ref.name="4.15.0-debian-11-r20" \
org.opencontainers.image.title="matomo" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="4.15.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ EOF
persist_app "$app_name" "$MATOMO_DATA_TO_PERSIST"
else
info "Persisted Matomo installation detected"
info "Updating Matomo files in persisted data"
rsync -a "$MATOMO_BASE_DIR"/* "$MATOMO_VOLUME_DIR" --exclude "$(realpath --relative-to="$MATOMO_BASE_DIR" "$MATOMO_CONF_FILE")"
info "Restoring Matomo installation"
restore_persisted_app "$app_name" "$MATOMO_DATA_TO_PERSIST"
info "Trying to connect to the database server"
Expand Down
4 changes: 4 additions & 0 deletions bitnami/matomo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,10 @@ volumes:

## Notable Changes

## 4.15.0-debian-11-r20

From this version on, all Matomo files are persisted (MATOMO_DATA_TO_PERSIST env var). During the upgrade process, they will be replaced (except the config.ini.php file) as suggested in [the official documentation](https://matomo.org/faq/on-premise/update-matomo/#the-manual-three-step-update)

### 3.14.1-debian-10-r82

* The size of the container image has been decreased.
Expand Down
Loading