Skip to content

Commit

Permalink
Merge pull request appwrite#789 from appwrite/feat-release-1.5.3
Browse files Browse the repository at this point in the history
feat: release 1.5.3
  • Loading branch information
stnguyen90 authored Mar 11, 2024
2 parents 8b9796e + ccd9122 commit 12a72b0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
10 changes: 5 additions & 5 deletions src/routes/docs/advanced/self-hosting/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,26 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.5.1
appwrite/appwrite:1.5.3
```
{% /tabsitem %}

{% tabsitem #windows title="Windows" %}
## CMD
## CMD
```cmd
docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
--entrypoint="install" ^
appwrite/appwrite:1.5.1
appwrite/appwrite:1.5.3
```
## Powershell
```powershell
docker run -it --rm `
--volume /var/run/docker.sock:/var/run/docker.sock `
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
--entrypoint="install" `
appwrite/appwrite:1.5.1
appwrite/appwrite:1.5.3
```
{% /tabsitem %}
{% /tabs %}
Expand All @@ -64,7 +64,7 @@ docker run -it --rm `
In addition to running Appwrite locally, you can also launch Appwrite using a pre-configured setup. This allows you to get up and running with Appwrite quickly without installing Docker on your local machine.

Choose from one of the providers below:

{% table %}
*   {% width=48 %}
* Provider
Expand Down
10 changes: 5 additions & 5 deletions src/routes/docs/advanced/self-hosting/update/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To upgrade your Appwrite server from an older version, you should use the Appwri
As of version 0.14, Appwrite requires [Docker Compose Version 2](https://docs.docker.com/compose/install/). To upgrade Appwrite, make sure your Docker installation is updated to support Composer V2.

{% info title="A note about migration" %}
At present, we support migrations only to the **immediately higher versions**, i.e from `0.6.x` to `0.7.x` and `0.7.x` to `0.8.x` and so on.
At present, we support migrations only to the **immediately higher versions**, i.e from `0.6.x` to `0.7.x` and `0.7.x` to `0.8.x` and so on.

So if you're trying to migrate from `0.6.0` to `0.8.2`, you will first need to migrate to `0.7.x` and then to `0.8.2`.

Expand All @@ -35,7 +35,7 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="upgrade" \
appwrite/appwrite:1.5.1
appwrite/appwrite:1.5.3
```

## CMD
Expand All @@ -45,7 +45,7 @@ docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
--entrypoint="upgrade" ^
appwrite/appwrite:1.5.1
appwrite/appwrite:1.5.3
```

## PowerShell
Expand All @@ -55,10 +55,10 @@ docker run -it --rm `
--volume /var/run/docker.sock:/var/run/docker.sock `
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
--entrypoint="upgrade" `
appwrite/appwrite:1.5.1
appwrite/appwrite:1.5.3
```

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.
Once the setup completes, verify that you have the latest version of Appwrite.

```sh
Expand Down
34 changes: 17 additions & 17 deletions static/install/compose
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- appwrite

appwrite:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
container_name: appwrite
<<: *x-logging
restart: unless-stopped
Expand Down Expand Up @@ -159,7 +159,7 @@ services:
- _APP_ASSISTANT_OPENAI_API_KEY

appwrite-realtime:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: realtime
container_name: appwrite-realtime
<<: *x-logging
Expand Down Expand Up @@ -203,7 +203,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-audits:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: worker-audits
<<: *x-logging
container_name: appwrite-worker-audits
Expand All @@ -230,7 +230,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-webhooks:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: worker-webhooks
<<: *x-logging
container_name: appwrite-worker-webhooks
Expand All @@ -253,7 +253,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-deletes:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: worker-deletes
<<: *x-logging
container_name: appwrite-worker-deletes
Expand Down Expand Up @@ -309,7 +309,7 @@ services:
- _APP_EXECUTOR_HOST

appwrite-worker-databases:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: worker-databases
<<: *x-logging
container_name: appwrite-worker-databases
Expand All @@ -336,7 +336,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-builds:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: worker-builds
<<: *x-logging
container_name: appwrite-worker-builds
Expand Down Expand Up @@ -400,7 +400,7 @@ services:
- _APP_STORAGE_WASABI_BUCKET

appwrite-worker-certificates:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: worker-certificates
<<: *x-logging
container_name: appwrite-worker-certificates
Expand Down Expand Up @@ -434,7 +434,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-functions:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: worker-functions
<<: *x-logging
container_name: appwrite-worker-functions
Expand Down Expand Up @@ -471,7 +471,7 @@ services:
- _APP_LOGGING_PROVIDER

appwrite-worker-mails:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: worker-mails
<<: *x-logging
container_name: appwrite-worker-mails
Expand Down Expand Up @@ -499,7 +499,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-messaging:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: worker-messaging
<<: *x-logging
container_name: appwrite-worker-messaging
Expand Down Expand Up @@ -527,7 +527,7 @@ services:
- _APP_SMS_PROVIDER

appwrite-worker-migrations:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: worker-migrations
<<: *x-logging
container_name: appwrite-worker-migrations
Expand Down Expand Up @@ -558,7 +558,7 @@ services:
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET

appwrite-maintenance:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: maintenance
<<: *x-logging
container_name: appwrite-maintenance
Expand Down Expand Up @@ -592,7 +592,7 @@ services:
- _APP_MAINTENANCE_RETENTION_SCHEDULES

appwrite-worker-usage:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: worker-usage
container_name: appwrite-worker-usage
<<: *x-logging
Expand Down Expand Up @@ -621,7 +621,7 @@ services:
- _APP_USAGE_AGGREGATION_INTERVAL

appwrite-worker-usage-dump:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: worker-usage-dump
<<: *x-logging
container_name: appwrite-worker-usage-dump
Expand Down Expand Up @@ -649,7 +649,7 @@ services:
- _APP_USAGE_AGGREGATION_INTERVAL

appwrite-scheduler-functions:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: schedule-functions
container_name: appwrite-scheduler-functions
<<: *x-logging
Expand All @@ -674,7 +674,7 @@ services:
- _APP_DB_PASS

appwrite-scheduler-messages:
image: appwrite/appwrite:1.5.1
image: appwrite/appwrite:1.5.3
entrypoint: schedule-messages
container_name: appwrite-scheduler-messages
<<: *x-logging
Expand Down

0 comments on commit 12a72b0

Please sign in to comment.