appsmithctl
command to help with the management and maintenance of your instance. The following subsections describe what's available.docker-compose.yml
is located./appsmith-stacks/data/backup/appsmith-data.archive
. Thanks to the volume configuration in the docker-compose.yml
file, it should be available on your host machine at ./stacks/data/backup/appsmith-data.archive
.docker.env
file in addition to this archive file, if you intend to be able to reproduce this environment elsewhere, or in case of a disaster. This file can be copied out of the container with the following command:docker.env
from the original instance into this one. You can use the following command to do this (assuming you are in the installation folder and docker.env
exists in the same folder):Note: The credentials for supervisor access is defined by the environment variablesAPPSMITH_SUPERVISOR_USER
andAPPSMITH_SUPERVISOR_PASSWORD
in thestacks/configuration/docker.env
file.
docker-compose.yml
file, the auto_update
container is responsible for periodically checking for updates to Appsmith and applying those updates. If you wish to disable this auto-updating, please run the following command:auto_update
container, and update checks are no-longer performed. Note that however, if you run docker-compose up -d
later, for any reason, then this auto_update
will be brought up again. You can use that to turn auto-updates on again in the future.docker-compose ps
and see if there a server called auto_update
listed in the output, and if it's status is Up
. If not, then auto updates are turned off for your instance.