Your service is working, but board is red? Try connect_vm_to_game_network, it’s useful!
If you’ve encountered 500 Internal Server Error in notary, just after the first start, please restart docker-compose. There is a bug in database initialisation. Sorry for that.
Forwarded from Daniil Sharko
Fix for DOWN of scrolls (on service from stock without patches)
We recommend to do this even if you're UP.
docker ps # shows containers id
docker exec -it <id of scrolls_postgres_1> /bin/sh # chose id of scrolls_postgres_1 from last cmd output
psql -U service -d service
delete from documents where id < (select max(id)/2 from documents);
We recommend to do this even if you're UP.
RuCTFE [DEPRECATED]
Fix for DOWN of scrolls (on service from stock without patches) docker ps # shows containers id docker exec -it <id of scrolls_postgres_1> /bin/sh # chose id of scrolls_postgres_1 from last cmd output psql -U service -d service delete from documents where…
upd: service name was… hm… old… but not elder than elder scrolls…