meilisearch / meilisearch-kubernetes

Meilisearch on Kubernetes Helm charts and manifests
https://www.meilisearch.com
MIT License
212 stars 59 forks source link

Meilisearch (v0.26.0) failed to infer the version of the database. Please consider using a dump to load your data. #106

Closed robeng1 closed 2 years ago

robeng1 commented 2 years ago

Description Trying to install on EKS and this error keeps coming up. Its a fresh installation so there's no previous dump. Meilisearch doesn't start, it just logs the above error. It works when persistence is disabled

Heres what my values.yml looks like

 affinity: {}
 auth: 
   existingMasterKeySecret: meilisearch-master-key
 container: 
   containerPort: 7700
 customLabels: {}
 environment: 
   MEILI_ENV: production
   MEILI_NO_ANALYTICS: true
  fullnameOverride: meilisearch
 image: 
    pullPolicy: IfNotPresent
    pullSecret: ~
    repository: getmeili/meilisearch
    tag: v0.26.0
  ingress: 
    annotations: {}
    enabled: false
    hosts: 
      - meilisearch-example.local
    path: /
    tls: []
  livenessProbe: 
    InitialDelaySeconds: 60
    periodSeconds: 60
  nameOverride: ""
  nodeSelector: {}
  persistence: 
    accessMode: ReadWriteOnce
    annotations: {}
    enabled: true
    size: 100Gi
    storageClass: gp2
    volume: 
      mountPath: /data.ms
      name: data
  podAnnotations: {}
  readinessProbe: 
    InitialDelaySeconds: 60
    periodSeconds: 60
  replicaCount: 1
  resources: {}
  service: 
    annotations: {}
    port: 7700
    type: ClusterIP
  serviceAccount: 
    annotations: {}
alallema commented 2 years ago

Hi @robeng1, Thank you for raising this issue. This problem is related to this issue #95 and should be fixed in the next release. The error message has been update since that is why you probably did not find it. I will close it to avoid duplication.