Docker
The page provides steps to upgrade the Appsmith Docker Community Edition.
Prerequisites
Before upgrading, ensure you have:
- Signed up on customer.appsmith.com and generated a trial license key.
- At least 2 GB of free storage space for the backup process.
- Deployed the latest version of Appsmith. Refer to Update Appsmith to update the version.
- Created a backup of your Appsmith instance. For instructions, see Backup instance.
Upgrade Appsmith instance
Follow these steps to upgrade your Appsmith instance:
- Go to the root directory of Appsmith installation.
- Open the
docker-compose.yml
file, and search for theimage:
key. - Update the value of the
image:
key as below:
services:
appsmith:
image: index.docker.io/appsmith/appsmith-ee
-
Save the file.
-
Recreate the instance with:
docker-compose up -d --force-recreate
- Open https://localhost and wait for the server to come up. This can take up to 5 minutes. Once the server is up and running, verify the upgrade with:
# verify the image name as (appsmith-ee) in use
docker ps
You have successfully upgraded your Docker Appsmith instance.
- Log into your Appsmith account.
Troubleshooting
If you face issues during the upgrade, rollback to the backup created in prerequisites section by following the Restore instance guide, and contact the support team using the chat widget at the bottom right of this page.