You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both mediators (acapy and credo) always create a new invitation URL when started. Decoded it looks like a new recipient key/ id are generated whenever those services are started.
I tried a few things but the most success I saw was with the following steps:
Start DIDComm Mediator
Start app locally with invite link generated
Establish a connection with traction tenant
Open database running and take a backup (format as tar)
Shutdown mediator
Start up new mediator
Open database and drop mediator database
Restore database from backup (tar file)
Restart aries mediator
Use link generated and start app locally
Messages can be sent BACK to the tenant but cannot be sent from the tenant to the device
Credentials cannot be issues to the old connection either
My next steps will be to investigate URL generation further
After more investigation while the agent does produce a new invitation code on each start up, the old invitations are still valid. Testing this out with both agents, we can keep the invitation code from the previous link unchanged and messages/ interactions on old connections still work.
Steps to reproduce:
Start mediator service
Start wallet app locally with new mediator service URL
Establish a connection with another agent (traction sandbox or showcase)
Connect to database running and take a backup with these settings:
Shut down mediator service
Start new mediator service
Connect to database and restore the database with these settings using the previously created tar file
Restart the new mediator service
Send new messages, issue credentials, revoke ect. and see actions work through the new mediator
Tasks:
The text was updated successfully, but these errors were encountered: