1
0
Fork 0
mirror of synced 2024-06-23 08:40:58 +12:00

Updated README.md

Added the 'Upgrade from an Older Version' section to the Installation from the official Appwrite website docs as it would prove helpful to new comers
This commit is contained in:
Eric Brian Anil 2020-10-01 02:51:43 +05:30 committed by GitHub
parent ef4baa9cb4
commit edc36b7946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ Table of Contents:
- [Windows](#windows)
- [CMD](#cmd)
- [PowerShell](#powershell)
- [Upgrade from an Older Version](#upgrade-from-an-older-version)
- [Getting Started](#getting-started)
- [Services](#services)
- [SDKs](#sdks)
@ -82,6 +83,16 @@ Once the Docker installation completes, go to http://localhost to access the App
For advanced production and custom installation, check out our Docker [environment variables](docs/tutorials/environment-variables.md) docs. You can also use our public [docker-compose.yml](https://appwrite.io/docker-compose.yml) file to manually set up and environment.
### Upgrade from an Older Version
If you are upgrading your Appwrite server from an older version, you should use the Appwrite migration tool once your setup is completed. Make sure to run this tool after you already finished setting up the new version, as mentioned above.
To start the migration, run the following command from your terminal once your backup is ready and that your new Appwrite setup has completed successfully.
``` docker exec [APPWRITE_CONTAINER_ID] migrate ```
Replace "[APPWRITE_CONTAINER_ID]" with your container ID. You can find your container ID by running `docker ps` command.
## Getting Started
Getting started with Appwrite is as easy as creating a new project, choosing your platform and integrating its SDK in your code. You can easily get started with your platform of choice by reading one of our Getting Started tutorials.