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
- Function permissions
In my app I have a CreateUser flow which makes several documents and at the end uses the functions.createExecution() to call a server-side function to create a ...
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...