Update Appwrite to version 1.7.4

This commit is contained in:
Torsten Dittmann
2025-05-25 22:24:23 +02:00
parent dc290a66a9
commit 5d17dd1452
6 changed files with 30 additions and 29 deletions

View File

@@ -75,7 +75,7 @@ Installing a self-hosted version of Appwrite is pretty straight-forward, all you
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \ --entrypoint="install" \
appwrite/appwrite:1.7.3 appwrite/appwrite:1.7.4
``` ```
For one-click setups, check out the [installation docs](https://appwrite.io/docs/self-hosting). For one-click setups, check out the [installation docs](https://appwrite.io/docs/self-hosting).

View File

@@ -42,7 +42,7 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \ --entrypoint="install" \
appwrite/appwrite:1.7.3 appwrite/appwrite:1.7.4
``` ```
Once that is done, [set up email delivery](https://appwrite.io/docs/advanced/self-hosting/email) on your self-hosted Appwrite instance. This can be done by visiting your `appwrite` directory and updating the `.env` file in a similar manner as follows: Once that is done, [set up email delivery](https://appwrite.io/docs/advanced/self-hosting/email) on your self-hosted Appwrite instance. This can be done by visiting your `appwrite` directory and updating the `.env` file in a similar manner as follows:

View File

@@ -70,7 +70,7 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \ --entrypoint="install" \
appwrite/appwrite:1.7.3 appwrite/appwrite:1.7.4
``` ```
We have a dedicated [self-hosting guide](/docs/advanced/self-hosting) in our docs for more info. We have a dedicated [self-hosting guide](/docs/advanced/self-hosting) in our docs for more info.

View File

@@ -35,7 +35,7 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \ --entrypoint="install" \
appwrite/appwrite:1.7.3 appwrite/appwrite:1.7.4
``` ```
{% /tabsitem %} {% /tabsitem %}
@@ -46,7 +46,7 @@ docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^ --volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
--entrypoint="install" ^ --entrypoint="install" ^
appwrite/appwrite:1.7.3 appwrite/appwrite:1.7.4
``` ```
## Powershell ## Powershell
```powershell ```powershell
@@ -54,7 +54,7 @@ docker run -it --rm `
--volume /var/run/docker.sock:/var/run/docker.sock ` --volume /var/run/docker.sock:/var/run/docker.sock `
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw ` --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
--entrypoint="install" ` --entrypoint="install" `
appwrite/appwrite:1.7.3 appwrite/appwrite:1.7.4
``` ```
{% /tabsitem %} {% /tabsitem %}
{% /tabs %} {% /tabs %}

View File

@@ -39,7 +39,7 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="upgrade" \ --entrypoint="upgrade" \
appwrite/appwrite:1.7.3 appwrite/appwrite:1.7.4
``` ```
## CMD ## CMD
@@ -49,7 +49,7 @@ docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^ --volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
--entrypoint="upgrade" ^ --entrypoint="upgrade" ^
appwrite/appwrite:1.7.3 appwrite/appwrite:1.7.4
``` ```
## PowerShell ## PowerShell
@@ -59,7 +59,7 @@ docker run -it --rm `
--volume /var/run/docker.sock:/var/run/docker.sock ` --volume /var/run/docker.sock:/var/run/docker.sock `
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw ` --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
--entrypoint="upgrade" ` --entrypoint="upgrade" `
appwrite/appwrite:1.7.3 appwrite/appwrite:1.7.4
``` ```
This will pull the `docker-compose.yml` file for the new version and perform the installation. This will pull the `docker-compose.yml` file for the new version and perform the installation.

View File

@@ -32,7 +32,7 @@ services:
- appwrite - appwrite
appwrite: appwrite:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
container_name: appwrite container_name: appwrite
<<: *x-logging <<: *x-logging
restart: unless-stopped restart: unless-stopped
@@ -167,10 +167,11 @@ services:
- _APP_MIGRATIONS_FIREBASE_CLIENT_ID - _APP_MIGRATIONS_FIREBASE_CLIENT_ID
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET - _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
- _APP_ASSISTANT_OPENAI_API_KEY - _APP_ASSISTANT_OPENAI_API_KEY
appwrite-console: appwrite-console:
<<: *x-logging <<: *x-logging
container_name: appwrite-console container_name: appwrite-console
image: appwrite/console:6.0.11 image: appwrite/console:6.0.13
restart: unless-stopped restart: unless-stopped
networks: networks:
- appwrite - appwrite
@@ -190,7 +191,7 @@ services:
- traefik.http.routers.appwrite_console_https.tls=true - traefik.http.routers.appwrite_console_https.tls=true
appwrite-realtime: appwrite-realtime:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: realtime entrypoint: realtime
container_name: appwrite-realtime container_name: appwrite-realtime
<<: *x-logging <<: *x-logging
@@ -233,7 +234,7 @@ services:
- _APP_LOGGING_CONFIG - _APP_LOGGING_CONFIG
appwrite-worker-audits: appwrite-worker-audits:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: worker-audits entrypoint: worker-audits
<<: *x-logging <<: *x-logging
container_name: appwrite-worker-audits container_name: appwrite-worker-audits
@@ -259,7 +260,7 @@ services:
- _APP_LOGGING_CONFIG - _APP_LOGGING_CONFIG
appwrite-worker-webhooks: appwrite-worker-webhooks:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: worker-webhooks entrypoint: worker-webhooks
<<: *x-logging <<: *x-logging
container_name: appwrite-worker-webhooks container_name: appwrite-worker-webhooks
@@ -287,7 +288,7 @@ services:
- _APP_LOGGING_CONFIG - _APP_LOGGING_CONFIG
appwrite-worker-deletes: appwrite-worker-deletes:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: worker-deletes entrypoint: worker-deletes
<<: *x-logging <<: *x-logging
container_name: appwrite-worker-deletes container_name: appwrite-worker-deletes
@@ -350,7 +351,7 @@ services:
- _APP_EMAIL_CERTIFICATES - _APP_EMAIL_CERTIFICATES
appwrite-worker-databases: appwrite-worker-databases:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: worker-databases entrypoint: worker-databases
<<: *x-logging <<: *x-logging
container_name: appwrite-worker-databases container_name: appwrite-worker-databases
@@ -376,7 +377,7 @@ services:
- _APP_LOGGING_CONFIG - _APP_LOGGING_CONFIG
appwrite-worker-builds: appwrite-worker-builds:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: worker-builds entrypoint: worker-builds
<<: *x-logging <<: *x-logging
container_name: appwrite-worker-builds container_name: appwrite-worker-builds
@@ -444,7 +445,7 @@ services:
- _APP_DOMAIN_SITES - _APP_DOMAIN_SITES
appwrite-worker-certificates: appwrite-worker-certificates:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: worker-certificates entrypoint: worker-certificates
<<: *x-logging <<: *x-logging
container_name: appwrite-worker-certificates container_name: appwrite-worker-certificates
@@ -479,7 +480,7 @@ services:
- _APP_LOGGING_CONFIG - _APP_LOGGING_CONFIG
appwrite-worker-functions: appwrite-worker-functions:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: worker-functions entrypoint: worker-functions
<<: *x-logging <<: *x-logging
container_name: appwrite-worker-functions container_name: appwrite-worker-functions
@@ -518,7 +519,7 @@ services:
- _APP_LOGGING_CONFIG - _APP_LOGGING_CONFIG
appwrite-worker-mails: appwrite-worker-mails:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: worker-mails entrypoint: worker-mails
<<: *x-logging <<: *x-logging
container_name: appwrite-worker-mails container_name: appwrite-worker-mails
@@ -552,7 +553,7 @@ services:
- _APP_OPTIONS_FORCE_HTTPS - _APP_OPTIONS_FORCE_HTTPS
appwrite-worker-messaging: appwrite-worker-messaging:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: worker-messaging entrypoint: worker-messaging
<<: *x-logging <<: *x-logging
container_name: appwrite-worker-messaging container_name: appwrite-worker-messaging
@@ -603,7 +604,7 @@ services:
- _APP_STORAGE_WASABI_BUCKET - _APP_STORAGE_WASABI_BUCKET
appwrite-worker-migrations: appwrite-worker-migrations:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: worker-migrations entrypoint: worker-migrations
<<: *x-logging <<: *x-logging
container_name: appwrite-worker-migrations container_name: appwrite-worker-migrations
@@ -637,7 +638,7 @@ services:
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET - _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
appwrite-task-maintenance: appwrite-task-maintenance:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: maintenance entrypoint: maintenance
<<: *x-logging <<: *x-logging
container_name: appwrite-task-maintenance container_name: appwrite-task-maintenance
@@ -674,7 +675,7 @@ services:
- _APP_MAINTENANCE_RETENTION_SCHEDULES - _APP_MAINTENANCE_RETENTION_SCHEDULES
appwrite-task-stats-resources: appwrite-task-stats-resources:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
container_name: appwrite-task-stats-resources container_name: appwrite-task-stats-resources
entrypoint: stats-resources entrypoint: stats-resources
<<: *x-logging <<: *x-logging
@@ -703,7 +704,7 @@ services:
- _APP_STATS_RESOURCES_INTERVAL - _APP_STATS_RESOURCES_INTERVAL
appwrite-worker-stats-resources: appwrite-worker-stats-resources:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: worker-stats-resources entrypoint: worker-stats-resources
container_name: appwrite-worker-stats-resources container_name: appwrite-worker-stats-resources
<<: *x-logging <<: *x-logging
@@ -731,7 +732,7 @@ services:
- _APP_STATS_RESOURCES_INTERVAL - _APP_STATS_RESOURCES_INTERVAL
appwrite-worker-stats-usage: appwrite-worker-stats-usage:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: worker-stats-usage entrypoint: worker-stats-usage
container_name: appwrite-worker-stats-usage container_name: appwrite-worker-stats-usage
<<: *x-logging <<: *x-logging
@@ -759,7 +760,7 @@ services:
- _APP_USAGE_AGGREGATION_INTERVAL - _APP_USAGE_AGGREGATION_INTERVAL
appwrite-task-scheduler-functions: appwrite-task-scheduler-functions:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: schedule-functions entrypoint: schedule-functions
container_name: appwrite-task-scheduler-functions container_name: appwrite-task-scheduler-functions
<<: *x-logging <<: *x-logging
@@ -784,7 +785,7 @@ services:
- _APP_DB_PASS - _APP_DB_PASS
appwrite-task-scheduler-executions: appwrite-task-scheduler-executions:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: schedule-executions entrypoint: schedule-executions
container_name: appwrite-task-scheduler-executions container_name: appwrite-task-scheduler-executions
<<: *x-logging <<: *x-logging
@@ -809,7 +810,7 @@ services:
- _APP_DB_PASS - _APP_DB_PASS
appwrite-task-scheduler-messages: appwrite-task-scheduler-messages:
image: appwrite/appwrite:1.7.3 image: appwrite/appwrite:1.7.4
entrypoint: schedule-messages entrypoint: schedule-messages
container_name: appwrite-task-scheduler-messages container_name: appwrite-task-scheduler-messages
<<: *x-logging <<: *x-logging