Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
robeng1 opened this issue Mar 20, 2022 · 1 comment

Comments

@robeng1
Copy link

robeng1 commented Mar 20, 2022

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants