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

--userid option for migrations doesn't work on rollback #1322

Closed
dannylamb opened this issue Oct 29, 2019 · 2 comments
Closed

--userid option for migrations doesn't work on rollback #1322

dannylamb opened this issue Oct 29, 2019 · 2 comments

Comments

@dannylamb
Copy link
Contributor

The --userid option that's needed so we can pass around JWT tokens isn't available for the other migration operations, most notably rollbacks. If the user id isn't known, then files can't be deleted from Fedora, resulting in this weird message:

[error] Failed to unlink file fedora://some/file/path

@seth-shaw-unlv
Copy link
Contributor

Makes sense; although rollback is the only other one that really needs it because it modifies entities while the others (status and reset) are only doing migration state.

@seth-shaw-unlv
Copy link
Contributor

Resolved with Islandora/islandora@31faef8

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