From a79b03331a9247bfb4def6a75a6853d5ae0229c8 Mon Sep 17 00:00:00 2001 From: Justin Ellingwood Date: Tue, 13 Dec 2022 18:48:58 +0100 Subject: [PATCH] Add temporary version note until rewrite --- content/08-mongodb/02-setting-up-a-local-mongodb-database.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/08-mongodb/02-setting-up-a-local-mongodb-database.mdx b/content/08-mongodb/02-setting-up-a-local-mongodb-database.mdx index 0e4add5d..a56207e5 100644 --- a/content/08-mongodb/02-setting-up-a-local-mongodb-database.mdx +++ b/content/08-mongodb/02-setting-up-a-local-mongodb-database.mdx @@ -31,6 +31,8 @@ To get started working with MongoDB and Prisma, checkout our [getting started fr ## Setting up MongoDB on Windows +> **Note:** This guide was written for MongoDB version 4 and the installation procedure has changed since the time of writing. To install more recent versions of MongoDB for Windows, check out [MongoDB's Windows installation documentation](https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-windows/). + [MongoDB](/intro/database-glossary#mongodb) provides a native Windows installer to install and configure your databases. Visit the [download page for the MongoDB Community Server](https://www.mongodb.com/try/download/community) and select the latest msi package available for Windows. Click **Download** to get the installer: @@ -426,4 +428,4 @@ If you're using MongoDB, checkout Prisma's [MongoDB connector](https://www.prism To get started working with MongoDB and Prisma, checkout our [getting started from scratch guide](https://www.prisma.io/docs/getting-started) or how to [add to an existing project](https://www.prisma.io/docs/getting-started/setup-prisma/add-to-existing-project/mongodb-typescript-mongodb). - \ No newline at end of file +