diff --git a/app/views/docs/upgrade.phtml b/app/views/docs/upgrade.phtml index 7f137009b..0b2f656c2 100644 --- a/app/views/docs/upgrade.phtml +++ b/app/views/docs/upgrade.phtml @@ -24,19 +24,20 @@

This is the parent directory where you will find the appwrite directory, inside which there are docker-compose.yml and .env files.

-

Unix

+

Installing the Next Version

-
-
docker run -it --rm \
+
    + +
  • +

    Unix

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

    Windows

    - -
      +
+
  • CMD

    @@ -69,6 +70,8 @@

    Verify that the STATUS doesn't have any errors and all the appwrite/appwrite containers have version :

    +

    Running the Migration

    +

    We can now start the migration. Navigate to the appwrite directory where your docker-compose.yml is present and run the following command