You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok i resolved this by doing:
docker exec -it containerid /bin/bash
pqsql -u psql
\c frs
UPDATE DATABASECHANGELOGLOCK SET LOCKED=FALSE, LOCKGRANTED=null, LOCKEDBY=null where ID=1;
Describe the bug
compreface-admin | 2023-10-04 15:02:42.781 INFO 7 --- [ main] liquibase.lockservice : Waiting for changelog lock....
compreface-ui | 2023/10/04 15:02:51 [error] 27#27: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.
To Reproduce
Steps to reproduce the behavior:
Don't know
Expected behavior
Not to give that error
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Logs
Run those commands and attach result to the ticket:
docker ps
docker-compose logs
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: