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
The plugin appears to use mongo which is deprecated in favor of the newer mongosh.
How reproducible
Install the plugin.
Connect as admin via dokku mongo:connect-admin <service>
Steps to Reproduce
Install the plugin
dokku mongo:connect-admin <service>
Actual Results
A mongo-based connection with the warning
================
Warning: the "mongo" shell has been superseded by "mongosh",
which delivers improved usability and compatibility.The "mongo" shell has been deprecated and will be removed in
an upcoming release.
For installation instructions, see https://docs.mongodb.com/mongodb-shell/install/
Expected Results
A mongosh-based connection
dokku report APP_NAME output
No app required
How (deb/make/rpm) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
Following the dokku getting started guide
The text was updated successfully, but these errors were encountered:
Description of problem
The plugin appears to use
mongo
which is deprecated in favor of the newermongosh
.How reproducible
Install the plugin.
Connect as admin via
dokku mongo:connect-admin <service>
Steps to Reproduce
dokku mongo:connect-admin <service>
Actual Results
A
mongo
-based connection with the warningExpected Results
A
mongosh
-based connectiondokku report APP_NAME
outputNo app required
How (deb/make/rpm) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
Following the dokku getting started guide
The text was updated successfully, but these errors were encountered: