#ABR
is powerful CLI tool for managing backups and restores of your Appwrite instance.
The package provides an easy and reliable way to back up all Appwrite data, including volumes and configurations, and
restore them as needed.
Install the CLI tool globally using npm
:
npm install -g @itznotabug/abr
-
Head to the directory where you ran your previous Appwrite install command.
parent_directory <= you run the command in this directory └── appwrite └── docker-compose.yml
-
Run the following command:
abr backup | restore # or abr --help
- Use
abr backup
to create a complete backup of your Appwrite instance. - Use
abr restore
to select a backup file and restore your Appwrite instance.
- Use
-
Downtime During Restores:
Restores require Appwrite services to be reinstalled and set up anew, leading to temporary downtime. Plan accordingly to minimize disruption, especially for production environments. -
Cross Server Restores:
If you backed up an Appwrite instance running onhttps://abc.com
but later restore it onhttps://xyz.com
, make sure to update your.env
file accordingly and perform a restart viadocker compose up -d
! -
Edge Cases:
Not all machines, environments, and Docker setups are identical. Some configurations might behave differently, especially if you're using tools likePortainer
,Coolify
or something other.#ABR
is primarily tested on a standard Docker setup.
Give the project a ⭐️ to show your support!