2023-06-01から1ヶ月間の記事一覧

adminMongo で private subnet に設置した mongoDB からデータを取得する

環境: mongoDB を private subnet に設置 adminMongo を public subnet に設置 github.com @public subnet App instance cd projectDirectory git clone https://github.com/mrvautin/adminMongo.git && cd adminMongo cd adminMongo adminMongo/config/app…

sudo apt update でエラー:W: GPG error: https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/6.0 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6A26B1AE64C3C388 E: The repository 'https://repo.mongod

sudo apt update で下エラー W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 Release: The …

mongoDB: Upgrade した直後、mongod で DB がすぐにシャットダウンしてしまう

環境: mongoDB@4.2 から @6.0.6 にアップグレード error: This version of MongoDB is too recent to start up on the existing data files. Try MongoDB 4.2 or earlier solution: root ディレクトリの data フォルダを削除して再度dataフォルダを設置 ref…