I've had my system running longer with the help of Docker and I'm wondering which containers/volumes I need to back up and which don't need to be backed up. I haven't found anything on the net or here about which volumes should be backed up and which don't need to be backed up. Can someone give me information about this?
Why don't you backup all of them?
Those are not important but recommend to backup:
- appwrite-cache
- appwrite-certificates
Yes, it makes sense to back up all of them, but I just wanted to know if it might make sense to only back up certain ones.
To save some storage 😉
It could, and I understand the storage saving, but usually the other not-so-important volumes are much smaller.
Recommended threads
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...
- problem with some tables (cant read rows...
I have a weird problem with some tables - they wont show the rows (in console it is stuck loading). I checked in mariadb directly and the collection can be read...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...