@itznotabug/abr
v0.0.2
Published
A CLI tool to backup and restore your Appwrite instances with ease!
Maintainers
Readme
#ABR - Appwrite Backup Restore
#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.
Installation
Install the CLI tool globally using npm:
npm install -g @itznotabug/abrUsage
Head to the directory where you ran your previous Appwrite install command.
parent_directory <= you run the command in this directory └── appwrite └── docker-compose.ymlRun the following command:
abr backup | restore # or abr --help- Use
abr backupto create a complete backup of your Appwrite instance. - Use
abr restoreto select a backup file and restore your Appwrite instance.
- Use
Considerations
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.combut later restore it onhttps://xyz.com, make sure to update your.envfile 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,Coolifyor something other.#ABRis primarily tested on a standard Docker setup.
Support the Project
Give the project a ⭐️ to show your support!
