瀏覽代碼

chore(Wiki): Remove reset mongo container note

Owen Diffey 3 年之前
父節點
當前提交
ea9c3270e6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .wiki/Upgrading.md

+ 0 - 1
.wiki/Upgrading.md

@@ -53,7 +53,6 @@ Make sure to always look at the upgrade/downgrade instructions in the [MongoDB r
 1. Stop the backend (`./musare.sh stop backend`)
 1. Stop the backend (`./musare.sh stop backend`)
 2. Make a backup of MongoDB (`./musare.sh backup`)
 2. Make a backup of MongoDB (`./musare.sh backup`)
 3. Stop and reset the mongo container and delete the database folder (`./musare.sh reset mongo`)
 3. Stop and reset the mongo container and delete the database folder (`./musare.sh reset mongo`)
-    - Note: if your MongoDB database folder is not the `.db` folder inside the main Musare folder, you'll have to delete this folder yourself.
 4. Change the MongoDB version inside your .env file.
 4. Change the MongoDB version inside your .env file.
 5. Start the mongo container (`./musare.sh start mongo`)
 5. Start the mongo container (`./musare.sh start mongo`)
 6. Import your backup of MongoDB (`./musare.sh restore`)
 6. Import your backup of MongoDB (`./musare.sh restore`)