nextbackup
nextbackup copied to clipboard
NextBackup is the simple database backup solutions for your Nextcloud / ownCloud installation.
No backups are created. Not even when run manually. nextcloud.log: `Exception: Call to undefined method OC_DB::getDbStructure() in file '/var/www/nextcloud/apps/nextbackup/service/backupservice.php' line 123` Folder in `datadir/ownbackup` is created, but empty.
I don't have access to the installation because I am using a hosted nextcloud. Since my storage space is not unlimited, I have to clean up a bit. Therefore 3...
Nextbackup is not compatible with Nextcloud 21, `\OC_DB::getDbStructure` was dropped in https://github.com/nextcloud/server/commit/8b64e92b9262d2a2eec6345685ce421050f95c66#diff-0228b9248e0f5948a46a65b54ec89dfbe79280820dcc69c27e0fe7bfc414043aL59. So far I found no way to re-implement `\OC_DB::getDbStructure`.
Hi @pbek! Thank you for this great addition to NC! This is just a question, are you planning to implement storing the backups externally? I'm kind of thinking about burning...
Hi @pbek, we are cleaning up our code base and found that you are using a private method that we plan to remove in Nextcloud 22. It's `OC_DB::updateDbFromStructure` in https://github.com/pbek/nextbackup/blob/7708a82dd9f0b71428bed51bfefbcaee2b72b3fa/service/backupservice.php#L319...
I never managed to restore a backup made with ownbackup. No matter which ownCloud/NextCloud version I use I get an error. The screenshot attached was generated using NextCloud 12.0.3. Was...
Note: Having not noticed this app, I made a feature request for the Nextcloud core which is covered in part by the functionality of this app: https://github.com/nextcloud/server/issues/17328 I would like...
when I try to restore the table 'oc_deck_assigned_users' from a backup, I get the following error message Table(s) could not be restored: There is no column with name '`participant`' on...
Best is also to bundle the JS through webpack and not rely what might be there, or not. The global jQuery use was deprecated with 19 https://github.com/nextcloud/server/issues/18479. See: https://github.com/nextcloud/user_saml/issues/475#issuecomment-717899342
Hello, would you be so kind and provide a example cronjob here and further in the readme? I have seen that this question was asked around somewhere else too. Best...