gerlowskija opened a new issue #301: URL: https://github.com/apache/solr-operator/issues/301
Currently the 'solrbackup' resource assumes that users want backups stored "locally" (i.e. stored on a PV or mounted drive using Solr's LocalFileSystemRepository). These local backups can then optionally be "persisted" - which involves compressing them and shipping them to a different PV or S3 bucket. But no support exists for using other backup destinations that Solr supports natively, such as GCS (as of 8.9). We should add this support. Users can configure their GCS-backup settings under solrcloud's `backupRestoreOptions` object, leaving the `solrbackup` object relatively untouched (except that any "persistence" section on 'solrbackup' would now be ignored, as we can only easily compress files that are stored locally). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org