Hello @memdds ,
The error came up during the restoration process:
“[ERROR] [2024-09-16 20:57:27] Error message: Maximum execution time of 60 seconds exceeded”
It means that the backup process encountered a timeout limit within your Apache configuration and was canceled by the web server.
Timeout in Apache is not the same as max_execution_time and it seems to be set around 60 seconds on your server.
You need to adjust its value in your virtual host or global configuration and restart Apache, once you do that our backup plugin will be working properly.
Let me know if that resolves your issue ??
Thank you!