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
|
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
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::updateDbFromStructureinnextbackup/service/backupservice.php
Line 319 in 7708a82
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