Browse Source

chore(Wiki): Remove reset mongo container note

Owen Diffey 3 years ago
parent
commit
ea9c3270e6
1 changed files with 0 additions and 1 deletions
  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`)