Skip to content

Commit 7259893

Browse files
committed
Bump Appwrite version to 1.6.0
1 parent 0595ca4 commit 7259893

File tree

8 files changed

+85
-47
lines changed

8 files changed

+85
-47
lines changed

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routes/blog/post/building-apps-with-bun-and-appwrite/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docker run -it --rm \
7575
--volume /var/run/docker.sock:/var/run/docker.sock \
7676
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
7777
--entrypoint="install" \
78-
appwrite/appwrite:1.5.11
78+
appwrite/appwrite:1.6.0
7979
```
8080

8181
For one-click setups, check out the [installation docs](https://appwrite.io/docs/self-hosting).

src/routes/blog/post/email-otp-auth-sveltekit/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docker run -it --rm \
4242
--volume /var/run/docker.sock:/var/run/docker.sock \
4343
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
4444
--entrypoint="install" \
45-
appwrite/appwrite:1.5.11
45+
appwrite/appwrite:1.6.0
4646
```
4747

4848
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:

src/routes/blog/post/planetscale-databases-alternative/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ docker run -it --rm \
7070
--volume /var/run/docker.sock:/var/run/docker.sock \
7171
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
7272
--entrypoint="install" \
73-
appwrite/appwrite:1.5.11
73+
appwrite/appwrite:1.6.0
7474
```
7575

7676
We have a dedicated [self-hosting guide](/docs/advanced/self-hosting) in our docs for more info.

src/routes/docs/advanced/self-hosting/+page.markdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ docker run -it --rm \
3535
--volume /var/run/docker.sock:/var/run/docker.sock \
3636
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
3737
--entrypoint="install" \
38-
appwrite/appwrite:1.5.11
38+
appwrite/appwrite:1.6.0
3939
```
4040
{% /tabsitem %}
4141

@@ -46,15 +46,15 @@ docker run -it --rm ^
4646
--volume //var/run/docker.sock:/var/run/docker.sock ^
4747
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
4848
--entrypoint="install" ^
49-
appwrite/appwrite:1.5.11
49+
appwrite/appwrite:1.6.0
5050
```
5151
## Powershell
5252
```powershell
5353
docker run -it --rm `
5454
--volume /var/run/docker.sock:/var/run/docker.sock `
5555
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
5656
--entrypoint="install" `
57-
appwrite/appwrite:1.5.11
57+
appwrite/appwrite:1.6.0
5858
```
5959
{% /tabsitem %}
6060
{% /tabs %}

src/routes/docs/advanced/self-hosting/update/+page.markdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ docker run -it --rm \
3939
--volume /var/run/docker.sock:/var/run/docker.sock \
4040
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
4141
--entrypoint="upgrade" \
42-
appwrite/appwrite:1.5.11
42+
appwrite/appwrite:1.6.0
4343
```
4444

4545
## CMD
@@ -49,7 +49,7 @@ docker run -it --rm ^
4949
--volume //var/run/docker.sock:/var/run/docker.sock ^
5050
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
5151
--entrypoint="upgrade" ^
52-
appwrite/appwrite:1.5.11
52+
appwrite/appwrite:1.6.0
5353
```
5454

5555
## PowerShell
@@ -59,7 +59,7 @@ docker run -it --rm `
5959
--volume /var/run/docker.sock:/var/run/docker.sock `
6060
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
6161
--entrypoint="upgrade" `
62-
appwrite/appwrite:1.5.11
62+
appwrite/appwrite:1.6.0
6363
```
6464

6565
This will pull the `docker-compose.yml` file for the new version and perform the installation.

0 commit comments

Comments
 (0)