-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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
nextbackup/service/backupservice.php
Line 319 in 7708a82
| if ( !$this->odb->updateDbFromStructure( $structureFile ) ) |
Do you mind to migrate away from this method or completely copy the code over to your app so that it continues to work. The removal will happen in the PR nextcloud/server#21641