
I'm running 1.3.7 and I'm getting the errors in my logs:
appwrite | [Error] Timestamp: 2024-03-01T03:29:37+00:00
appwrite | [Error] Method: GET
appwrite | [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents
appwrite | [Error] Type: PDOException
appwrite | [Error] Message: MySQL server has gone away
appwrite | [Error] File: @swoole-src/library/core/Database/PDOStatementProxy.php
appwrite | [Error] Line: 64
I think someone mentioned about restarting the server without the volume docker-compose xxx... -v yyy... as a way to try to resolve the issue. May I know if I can retain the data of the system if I keep the database but wipe the volume? I suppose wiping the volume will cause a refresh of the SSL certs but are there any other impact?

Why do you need to wipe volumes?

That's from this note: https://appwrite.io/threads/1131653855529148456

the initial suggestion in that thread was to just restart

May I know if I can retain the data of the system if I keep the database but wipe the volume?
If you wipe volumes, you lose data

soooo
Recommended threads
- Is it possible to have multiple smtp on ...
I already have one in one project but is it possible to use different one in another?
- Cannot access my Appwrite database on th...
Hello guys, I am currently developing a web app and using appwrite for authentication, database, storage and messaging. It was working well but since yesterday...
- How to create custom relatime channels
how do i create custome channels for real time communication. for example a room for a game with room code and sending messgaes to that roomcode and receiving m...
