relay.nostromo.social
is down since saturday 14.09.24 because of an upgrade of the strfry’s database. Migration from 0.9.7 to 1.0 requires an export of the database file (22 Go) with the 0.9.7 version and an import with the 1.0 version. This take a couple of hours, some disk space and memory. So I moved the docker container to my home on a NUC which have more CPU, RAM and disk space.
If you have the same version of strfry you should follow theses steps (be patient it take many hours so do it in a screen) :
docker run -v /volumes/strfry/db:/app/strfry-db -v /volumes/strfry/strfry.conf:/etc/strfry.conf -it dockurr/strfry:0.9.7 bash
10903d7bc572:/app# ./strfry export --fried > strfry-db/dbdump.jsonl
exit
docker run -v /volumes/strfry/db:/app/strfry-db -v /volumes/strfry/strfry.conf:/etc/strfry.conf -it dockurr/strfry:latest bash
./strfry import --fried < strfry-db/dbdump.jsonl