docker-openldap icon indicating copy to clipboard operation
docker-openldap copied to clipboard

Can anyone give step-by-step instruction according to "Multi master replication" ?

Open Donvito777 opened this issue 2 years ago • 2 comments

I am sorry it is not clear to me how to do the replication with Docker install. Can anyone give a simple instruction?

Donvito777 avatar Apr 23 '23 12:04 Donvito777

You do it exactly as for non-docker setup. Prepare configuration files, mount them inside the container and start the container with the following env

 KEEP_EXISTING_CONFIG: 'true'

nix-power avatar Apr 23 '23 15:04 nix-power

nix-power thank you for your answer. It looks much clearer now when you confirmed that it should be done exactly as non-docker setup. Let me summarise it in points.

  1. Find the config files inside of the docker and modify them as in non-docker instructions.
  2. When config done on both servers stop the containers and start with provided env right?

Donvito777 avatar Apr 23 '23 17:04 Donvito777