Skip to content
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

Fix remaining orphaned data #9075

Open
jonasraoni opened this issue Jun 7, 2023 · 0 comments
Open

Fix remaining orphaned data #9075

jonasraoni opened this issue Jun 7, 2023 · 0 comments

Comments

@jonasraoni
Copy link
Contributor

Describe the bug
The 3.4 release is doing a lot of cleanup operations on the database, but some entities were not fully handled intentionally. And due to the absence of a couple of foreign keys, new orphan data might reappear.
The remaining foreign keys will be covered by #8333.

As part of this issue, it's needed to:

  • Clear disk related assets: we cleared issue_galleys, submission_files, etc., but their related files remained alive both in the database and the disk.
  • Investigate whether we have other similar cases: independent entities that are considered orphaned when not linked to anything (e.g. the files table).

What application are you using?
OJS 3.4rc3

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

1 participant