Skip to content

Support full DB unlock in single instance mode #12166

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
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mgziminsky
Copy link
Contributor

@mgziminsky mgziminsky commented Jun 8, 2025

Closes #2089

Add support for unlocking databases when running in single instance mode.

I'm not sure what sort of backwards compatibility the IPC socket needs, so I left in the old open only handler, but the main application only calls the new version now. If this isn't necessary, I can just upgrade the original instead of adding a new one.

Testing strategy

Only tested on Linux.

All automated tests pass.

Manual testing with password only, keyfile only, password + keyfile, and multiple databases.

Type of change

  • ✅ New feature (change that adds functionality)

@droidmonkey droidmonkey changed the title Closes #2089: Support full DB unlock in single instance mode Support full DB unlock in single instance mode Jun 8, 2025
@droidmonkey droidmonkey added the pr: bugfix Pull request that fixes a bug label Jun 8, 2025
@droidmonkey droidmonkey added this to the v2.8.0 milestone Jun 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: bugfix Pull request that fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pass command line credentials and key files to single instance
2 participants