Skip to content

Commit

Permalink
mongosh install
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Nov 11, 2024
1 parent 9485158 commit fc9d5b4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ apps:
- network-bind

mongo:
command: bin/mongosh
command: usr/bin/mongosh
environment: {LC_ALL: C}
plugs: [network]

mongosh:
command: usr/bin/mongosh
environment: {LC_ALL: C}
plugs: [network]

Expand Down Expand Up @@ -121,6 +126,11 @@ parts:
- bin/mongodump
- bin/mongorestore

mongosh:
plugin: dump
source: https://downloads.mongodb.com/compass/mongodb-mongosh_2.3.3_amd64.deb
source-type: deb

node:
plugin: dump
source:
Expand Down

0 comments on commit fc9d5b4

Please sign in to comment.