You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an issue when running the laravel-backup package in an AWS Elastic Beanstalk environment. Every time a backup operation is in progress, the health status of my EB instance goes to "degraded" because of missed health checks. This suggests that the server becomes unresponsive for a duration when the backup is running.
Is anyone else experiencing this issue within an Elastic Beanstalk environment? I suspect the backup process is consuming a significant amount of resources, causing the server to miss the health checks.
I would appreciate any guidance or best practices on how to configure laravel-backup or the Elastic Beanstalk environment to prevent this from happening. Are there any recommended settings or configurations that ensure smooth backups without affecting server health checks?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I've encountered an issue when running the
laravel-backup
package in an AWS Elastic Beanstalk environment. Every time a backup operation is in progress, the health status of my EB instance goes to "degraded" because of missed health checks. This suggests that the server becomes unresponsive for a duration when the backup is running.Is anyone else experiencing this issue within an Elastic Beanstalk environment? I suspect the backup process is consuming a significant amount of resources, causing the server to miss the health checks.
I would appreciate any guidance or best practices on how to configure
laravel-backup
or the Elastic Beanstalk environment to prevent this from happening. Are there any recommended settings or configurations that ensure smooth backups without affecting server health checks?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions