To do a complete uninstall of Appwrite and start fresh, you just need to use the `-v` flag with the docker command to wipe the volumes. This will remove all project data, databases, and other containers associated with Appwrite. You can refer to the documentation provided by Appwrite for more details on the uninstallation process.
darShan
31 Aug, 2023, 10:11
You might want to purge local appwrite and its other containers from docker.
Drake
31 Aug, 2023, 19:00
nope, that's all you need to do. Appwrite uses docker which stores data in volumes. the -v flag wipes the volumes