GithubHelp home page GithubHelp logo

Comments (1)

nils-stefan-weiher avatar nils-stefan-weiher commented on May 27, 2024

I get a similar error on the replica, but the initial replication seemed to work:

[2024-03-01 14:18:44.953][Error]Handling SystemRecovery, an enterprise RPC message, without license.
[2024-03-01 14:18:44.955][Warning]No database with UUID "195f98a0-54e7-4d62-b76c-4592728532a9" on replica!
[2024-03-01 14:18:44.955][Warning]No database accessor

I have been using a setup with docker compose on one machine:

version: "3"
 
services:
  memgraph-main:
    image: memgraph/memgraph-mage:1.15-memgraph-2.15
    volumes:
      - mg_lib:/var/lib/memgraph
      - mg_log_main:/var/log/memgraph
      - mg_etc_main:/etc/memgraph
    container_name: memgraph-main
    ports:
      - "7687:7687"
      - "7444:7444"
    command: ["--replication-restore-state-on-startup=true"]
  memgraph-public:
    image: memgraph/memgraph-mage:1.15-memgraph-2.15
    volumes:
      - mg_log_public:/var/log/memgraph
      - mg_etc_public:/etc/memgraph
    container_name: memgraph-public
    ports:
      - "7689:7687"
      - "7445:7444"
    depends_on:
      - memgraph-main
    command: ["--replication-restore-state-on-startup=true"]
  lab:
    image: memgraph/lab:2.12.0
    container_name: memgraph-lab
    ports:
      - "3000:3000"
    depends_on:
      - memgraph-main
    environment:
      - QUICK_CONNECT_MG_HOST=memgraph-main
      - QUICK_CONNECT_MG_PORT=7687
volumes:
  mg_lib:
  mg_log_main:
  mg_log_public:
  mg_etc_main:
  mg_etc_public:

memgraph-main is the main node and memgraph-public was setup as REPLICA in SYNC mode.

The error above has been showing up after a restart of the docker containers.

EDIT: After the initial import and a restart, it is no longer possible to create nodes on the main. The error in the log reads:

2024-03-01 14:43:36.939][Error]Couldn't replicate data to public_mirror. For more details, visit https://memgr.ph/replication.

and the query response displayed is:

At least one SYNC replica has not confirmed committing last transaction.

from memgraph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.