-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
fails silently (on big table) #37
Comments
Sounds like something like #22, out of memory or max. execution time of php. |
What happens if you increase the max execution time and memory limit (best to |
i'd expect to see an error message in the logs. this is all:
and doesn't look failed at all, when in fact it did. when i run a backup manually, i can see it failing with "Allowed memory size of 536870912 bytes exhausted..." in the logs. so does it pull each table completely into memory, before dumping? |
If php is killing its process there is no way to log anything in the interpreted php-file.
yes, it uses the internal (private) Nextcloud API to do the backup |
i've installed ownbackup on nextcloud-16.0.4 and over the last two nights, its cronjob failed silently. nothing in the logs, but the backups are incomplete.
looks like it bailed out on a big table. it wrote the
structure.xml
, but nodata.dump
is available. also there should be more tables after this one.The text was updated successfully, but these errors were encountered: