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

Implement wallet import/export functionality #292

Open
esune opened this issue Jul 25, 2024 · 0 comments
Open

Implement wallet import/export functionality #292

esune opened this issue Jul 25, 2024 · 0 comments

Comments

@esune
Copy link

esune commented Jul 25, 2024

In some scenarios it becomes necessary to export an existing wallet and/or import a wallet created elsewhere.
We need functions to facilitate this behaviour.

Use case examples:

  • Export all the tenants from a single database multi-tenant instance and import each tenant into a multi-database equivalent multi-tenant instance. The script can request each tenant, so the export doesn't need to handle the "all" part of that.

  • Export a tenant from one multi-tenant instance and import into another multi-tenant instance. Could be single- or multi-database deployment.

  • Export a single-tenant wallet and import into a multi-tenant (single database or multi-database) instance (migration to a multitenant agent)

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