Has anyone moved from a ST Docker instance to the new Windows chat only version? If so, how did you migrate the Mongo database? I haven't been able to locate HCL documentation on how to accomplish this. I used the following from Mongo documentation.
On Docker I issued command # mongodump --out st-db
Then I transferred the st-db folder to the Windows instance. After installing MongoDB and MongoDB Tools, I ran cmd: mongorestore <path to st-db folder>. Next I installed Mongosh and used the interface to initialize the replica set with > rs.initiate()
During the ST installation I used the same username and password for the MongoDB connection as in the previous Docker instance.
When I test the new environment with a co-worker using either the web interface, the Connect client, or the Notes integrated option, we notice that our contact lists and chat history have been successfully migrated. When sending messages, the Connect and integrated clients will play the default sound and flash, but the message doesn't appear. Each of us has to close and reopen the chat window to see the latest message sent/received. On the web interface, it doesn't play a sound or show a notification....you have to reload the page to see messages.
Any ideas?
Connect client version 12.0.2 FP2
Notes clients 12.0.2 FP6