[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug Report: Redis exception - MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. #8921

Open
2 tasks done
abhidev54 opened this issue Nov 5, 2024 · 3 comments
Labels
bug Something isn't working product / self-hosted Issues only found when self-hosting Appwrite question Further information is requested stale

Comments

@abhidev54
Copy link

👟 Reproduction steps

My appwrite is throwing 500 internal server error on login or any other options, seems like it is crashed or corrupted.

When i checked logs, i see these errors in logs, not sure if its related to main issue but this is concerning me.

[Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents
[Error] Type: RedisException
[Error] Message: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
[Error] File: /usr/src/code/vendor/utopia-php/queue/src/Queue/Connection/Redis.php
[Error] Line: 55
[Error] Type: Utopia\Exception
[Error] Message: Error handler had an error: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
[Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php

👍 Expected behavior

Appwrite should run smoothly.

👎 Actual Behavior

My appwrite is throwing 500 internal server error on login or any other options, seems like it is crashed or corrupted.

When i checked logs, i see these errors in logs, not sure if its related to main issue but this is concerning me.

[Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents
[Error] Type: RedisException
[Error] Message: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
[Error] File: /usr/src/code/vendor/utopia-php/queue/src/Queue/Connection/Redis.php
[Error] Line: 55
[Error] Type: Utopia\Exception
[Error] Message: Error handler had an error: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
[Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php

🎲 Appwrite version

Version 1.6.x

💻 Operating system

Linux

🧱 Your Environment

1.6.0

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@abhidev54 abhidev54 added the bug Something isn't working label Nov 5, 2024
@DH-555
Copy link
Member
DH-555 commented Nov 5, 2024

What are the server specs? RAM, cores, etc?

@DH-555 DH-555 added the product / self-hosted Issues only found when self-hosting Appwrite label Nov 5, 2024
@fidelix
Copy link
fidelix commented Nov 24, 2024

Sounds like you were out of storage.

@DH-555 DH-555 added the question Further information is requested label Nov 24, 2024
Copy link
github-actions bot commented Dec 2, 2024

This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days.

@github-actions github-actions bot added the stale label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working product / self-hosted Issues only found when self-hosting Appwrite question Further information is requested stale
Projects
None yet
Development

No branches or pull requests

3 participants