I schedule my backup at 3AM daily. when I see the log the server is shutting down. i dont know why. then the next day I check the server it is up. but the appwrite is not accessible anymore. it usually works back when I manually restart the server. but sometiem not
TL;DR
Issue: Ubuntu server shuts down when scheduled backup cron runs, causing the Appwrite to become inaccessible. Manually restarting the server sometimes fixes the issue, but not always.
Solution: It seems that the server is not fully recovering after the scheduled backup cron. Here's what you can try to fix the issue:
1. Check the backup script: Verify that the backup script is not causing any errors or conflicts that might be shutting down the server. Make sure it runs smoothly and does not impact other processes.
2. Check system logs: Look for any error messages or warnings in the system logs that might provide insight into why the server is shuttingRecommended threads
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...