-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solr 8.6 introduced a new security feature, where the backup & restore features could not be used with arbitrary paths. Only the SOLR_HOME, the SOLR_DATA_HOME or explicitly defined paths could be provided. Instead of using the "allowedPaths" input to specify additional paths, the solr operator now puts backup & restore data within SOLR_HOME (the data volume). This allows us to support both 8.5- and 8.6+. Additionally the data PVCs will not retain the backup information, because volumes to not persist data that is mounted to other volumes within their directories. Signed-off-by: Houston Putman <[email protected]>
- Loading branch information
1 parent
57e6f15
commit 6024117
Showing
4 changed files
with
90 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters