You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "pbackup12345 (via GitHub)" <gi...@apache.org> on 2023/04/08 12:51:38 UTC

[GitHub] [solr-operator] pbackup12345 commented on issue #506: solr cloud backup gcs

pbackup12345 commented on issue #506:
URL: https://github.com/apache/solr-operator/issues/506#issuecomment-1500885575

   I encountered the same problem on GCS backup. I solved the first part as you said with first creating a path and then pointing the baseLocation there. Counter-intuitively it needs to be written without a preceding slash. The backup is now created (files and folders) but the backup still doesn't complete. It remains in a pending status indefinitely.
   I see no errors in the log.
   This is the describe result for the backup:
   ```(base) peterszeman@Peters-MacBook-Air solr % kubectl describe solrbackup local-backup9
   Name:         local-backup9
   Namespace:    sop030
   Labels:       <none>
   Annotations:  <none>
   API Version:  solr.apache.org/v1beta1
   Kind:         SolrBackup
   Metadata:
     Creation Timestamp:  2023-04-08T12:37:18Z
     Generation:          1
     Managed Fields:
       API Version:  solr.apache.org/v1beta1
       Fields Type:  FieldsV1
       fieldsV1:
         f:metadata:
           f:annotations:
             .:
             f:kubectl.kubernetes.io/last-applied-configuration:
         f:spec:
           .:
           f:collections:
           f:repositoryName:
           f:solrCloud:
       Manager:      kubectl-client-side-apply
       Operation:    Update
       Time:         2023-04-08T12:37:18Z
       API Version:  solr.apache.org/v1beta1
       Fields Type:  FieldsV1
       fieldsV1:
         f:status:
           .:
           f:collectionBackupStatuses:
           f:solrVersion:
           f:startTimestamp:
       Manager:         solr-operator
       Operation:       Update
       Subresource:     status
       Time:            2023-04-08T12:37:18Z
     Resource Version:  330672
     UID:               23ea0f0b-0db7-412d-943f-e3ca58bda906
   Spec:
     Collections:
       dsearch
     Repository Name:  gcs-backups-1
     Solr Cloud:       explore
   Status:
     Collection Backup Statuses:
       Async Backup Status:  notfound
       Backup Name:          local-backup9-dsearch
       Collection:           dsearch
       In Progress:          true
       Start Timestamp:      2023-04-08T12:37:18Z
     Solr Version:           8.11.0
     Start Timestamp:        2023-04-08T12:37:18Z
   Events:                   <none>```


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org