Controller account config has been lost after service restarted on error #946
avonurt
started this conversation in
Frontier TestNet - Bug Reporting
Replies: 1 comment 1 reply
-
Can you check the docker-compose file to see where the postgres db dir is mounted from? there was a version that it was mounted from /var/tmp, which will be removed by os at some point of time, and we updated it to put it in the same folder as docker-compose file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What has happened?
The logs are attached below. On the records, you could see that service has got an Error response from external service
https://sqtn.api.onfinality.io/public
and restarted. After the service resumed, it continuously reportedWARN no valid controller account config in service
.How do we solve the issue?
docker-compose restart
on the first step. It did not solve the issue.Logs
Beta Was this translation helpful? Give feedback.
All reactions