Skip to content

4CAT not recognizing old datasets after reinstallation #496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dannamise opened this issue May 24, 2025 · 1 comment
Open

4CAT not recognizing old datasets after reinstallation #496

dannamise opened this issue May 24, 2025 · 1 comment

Comments

@dannamise
Copy link

Hi everyone,

Recently I had to reinstall 4CAT. Before doing so, I made sure to keep the 4cat_4cat_data volume, where my old datasets were stored.

After the reinstallation, 4CAT no longer recognizes or displays the old datasets, even though the volume still contains all the previous data. Interestingly, I created two new datasets yesterday, and they were saved correctly in the same volume.

Has anyone experienced something similar? Is there a way to make 4CAT re-index or recognize the datasets that are already in the volume?

Thanks in advance for any help!

Image

@dale-wahl
Copy link
Member

I recommend backing up your volume as 4cat may attempt to remove unrecognized datasets thinking the user requested them to be deleted.

It looks like you created a new database volume. 4car tracks database metadata, settings, etc. in the database. If there is no record there, it will not show any datasets (and, again, may delete datasets that have been removed though it waits 7 days before doing so).

If you have the database volume originally used, you can recreate 4CAT (via the docker commands down and then up) after ensuring the correct database volume is set in your .env file. Without that the datasets are missing all 4CAT metadata used by the program.

In addition to being able to store the 4CAT volumes, there is also a processor to export datasets as zip files. These can then be imported into other 4CATs (of the same version) as they have the necessary metadata from the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants