Skip to content
Discussion options

You must be logged in to vote

I think your 4cat_4cat_db volume 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.

  • If you do not mind losing the data currently in the database (if any), you can simply remove all 4CAT containers and volumes and re-install 4CAT from the beginning. You can delete the volume via Docker Desktop or with the command 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.
  • If you do want to keep the data, you can try sett…

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@aittamz
Comment options

@aittamz
Comment options

@stijn-uva
Comment options

Answer selected by stijn-uva
@aittamz
Comment options

@aittamz
Comment options

@stijn-uva
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #532 on October 06, 2025 07:27.