Purge everything
Hey there, is there a way to purge everything? Like remove all photos to start from scratch?
14 Replies
docker-compose down -v to stop the stack and remove the database volume, and then manually delete the library folder
When starting back up after that, everything should be fresh
hmm
i tried this but still i have issues
@Alex Tran please some help? 😄
sry for pinging
You haven’t remove the volume yet
You were only remove the container
Do docker volume ls
local immich_pgdata
this?
Yep
Remove that
how do i delete it?
Docker volume rm
can u hep me with the command?
Docker volume rm <volume name>
figured it out, sry for asking dumb questions
composing down now and trying
Np
composing up
now
worked like a charm ❤️