Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 1028c36

Browse files
committed
Clarification for updade script location
1 parent 75b9789 commit 1028c36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/views/docs/upgrade.phtml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
<!-- <p>The data migration tool will allow you to easily migrate your current Appwrite data to work with the new version. </p> -->
1414

15-
<p> The first step is to install the latest version of Appwrite. Head to the directory where you first installed Appwrite. This is where you will find the <b>appwrite</b> directory and the <b>appwrite/docker-compose.yml</b> file. Make sure you are at the same level as the <b>appwrite</b> directory and then execute the following command</p>
15+
<p> The first step is to install the latest version of Appwrite. Head to the directory where you first installed Appwrite. This is the parent directory, where you will find the <b>appwrite</b> directory that contains the <b>docker-compose.yml</b> and <b>.env</b> files.</p>
16+
1617
<div class="ide margin-bottom" data-lang="bash" data-lang-label="Bash">
1718
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker run -it --rm \
1819
--volume /var/run/docker.sock:/var/run/docker.sock \
@@ -23,9 +24,11 @@
2324

2425

2526
<p>This will pull the <b>docker-compose.yml</b> file for the new version and perform the installation. Once the setup completes, verify that you have the latest version of Appwrite.</p>
27+
2628
<div class="ide margin-bottom" data-lang="bash" data-lang-label="Bash">
2729
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker ps | grep appwrite/appwrite</code></pre>
2830
</div>
31+
2932
<p>Verify that the <b>STATUS</b> doesn't have any errors and all the <b>appwrite/appwrite</b> containers have version : <?php echo APP_VERSION_STABLE; ?></p>
3033

3134
<p>We can now start the migration. Navigate to the <b>appwrite</b> directory where your <b>docker-compose.yml</b> is present and run the following command</p>

0 commit comments

Comments
 (0)