
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
- Collection Permission issue
I am facing issue in my Pro account. "Add" button is disabled while adding permission in DB collection settings.
- Origin error after changing default port...
Hi! I need some help regarding an issue I’m facing with Appwrite after changing the default ports. I have a self-hosted Appwrite instance running on my VPS. I ...
- Opened my website after long time and Ba...
I built a website around a year back and and used appwrite for making the backend. At that time the website was working fine but now when i open it the images a...
