0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

MongoDB Community Edition を Ubuntu にインストール

Last updated at Posted at 2024-12-12

環境

  • Ubuntu24.04
  • MongoDB 8.0 Community Edition

手順

MongoDB Community Edition を Ubuntu にインストール
https://www.mongodb.com/ja-jp/docs/manual/tutorial/install-mongodb-on-ubuntu/

上記の手順を参照して、インストール

その他

起動

sudo systemctl start mongod

起動確認

sudo systemctl status mongod

停止

sudo systemctl stop mongod

バージョン確認

$ mongosh -version
2.3.4

ログ確認

$ less /var/log/mongodb/mongod.log

MongoDBに接続

$ mongosh
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?