-
|
Hi, I hope this is the right section. After having to reset my Mac, I am no longer able to use 4CAT. I follow the entire installation procedure that I have always used via Docker, but when I try to connect to the local host and then open 4cat, nothing happens: it doesn't connect to anything. I really don't know how to solve the problem. Please help me :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
Can you provide some additional information. What do you see? What does Docker tell you? In Docker, the various containers have logs if you click on them. We would be most interested in |
Beta Was this translation helpful? Give feedback.
-
Finally. I was trying to re-install and this is the problema. Any ideas on what i have to do? Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
You may have the same issue discussed in this issue: #550 You can try following these steps to see if it fixes the issue for you: https://github.com/digitalmethodsinitiative/4cat/wiki/Upgrading-4CAT#database-versions. If not, please copy the logs of the |
Beta Was this translation helpful? Give feedback.


I think your
4cat_4cat_dbvolume which contains the 4CAT database data may have been created with PostgreSQL 18, i.e. a newer version that 4CAT does not currently support. In other words, the database container is at a different version than the database volume.docker volume rm 4cat_4cat_db(delete the containers first). This will re-initialise the database volume with the same version as the database container.