-
Notifications
You must be signed in to change notification settings - Fork 511
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
wallet-type: only "indy" creates DB and tables; "askar" missing #2617
Comments
is it possible that the |
|
If you've attempted to use the |
@dbluhm i thought that we had tried We had definitely seen the older postgres issues (I somehow ended up with postgres v10 on one machine???). I think the cause of our issues was re-using the wallet-name value. More here... For those that are interested, if you create a wallet of type 2023-11-21 06:23:33 2023-11-21 14:23:33,653 aries_cloudagent.commands.start ERROR Exception during startup: |
To add to @darrellodonnell 's comment. Switching from |
using version 0.10.4 we noticed that new Agents are force into in-memory wallets, not postgres.
Leaving out
wallet-type:
in our config.yml results in an in-memory wallet, not the postgres wallet that we need.setting
wallet-type: indy
gives us our storage but then dumps out a deprecation note:At one point there was a
wallet-type: askar
option but that has vanished it seems. Onlybasic
(default) andindy
are supported as options from what I can see:The text was updated successfully, but these errors were encountered: