Go to file
Alfredo Oliviero 3c50bfa984 first commit. starts but context problems 2024-08-05 12:26:17 +02:00
config first commit. starts but context problems 2024-08-05 12:26:17 +02:00
remote_content first commit. starts but context problems 2024-08-05 12:26:17 +02:00
scripts first commit. starts but context problems 2024-08-05 12:26:17 +02:00
.gitignore first commit. starts but context problems 2024-08-05 12:26:17 +02:00
Dockerfile first commit. starts but context problems 2024-08-05 12:26:17 +02:00
README.md first commit. starts but context problems 2024-08-05 12:26:17 +02:00
compose.yml first commit. starts but context problems 2024-08-05 12:26:17 +02:00
sync_social.sh first commit. starts but context problems 2024-08-05 12:26:17 +02:00

README.md

dump:

./sync_social.sh

DOCKER instructions

aggiungere a /etc/host l'entry:

127.0.0.1 socialservices

start composer: docker compose up --build

force recreate docker image

docker compose build --no-cache

import db

./dump.sh

docker compose up --build

open bash on server

  • cassandra1: docker exec -it socialservice /bin/bash

check cassandra status

Check status nodetool status

Check if the Gossip protocol is enabled nodetool info | grep -i gossip

Check the status of the Gossip protocol nodetool gossipinfo

Check the communication between nodes nodetool ring

Documentation