From 410c0437539edb44ed629061d42cea68ad087fc8 Mon Sep 17 00:00:00 2001 From: brichmond31 Date: Wed, 1 Jul 2026 17:04:08 +0100 Subject: [PATCH 1/5] Update databasecustompathwindows.md Reviewed document as I believe some of the steps could be confusing and some of the information is outdated or no longer relevant. Added additional steps, service names, files names and paths. --- .../databasecustompathwindows.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/changetracker/8.2/install/databasecustompathoverview/databasecustompathwindows.md b/docs/changetracker/8.2/install/databasecustompathoverview/databasecustompathwindows.md index bb792d6262..3e2947a898 100644 --- a/docs/changetracker/8.2/install/databasecustompathoverview/databasecustompathwindows.md +++ b/docs/changetracker/8.2/install/databasecustompathoverview/databasecustompathwindows.md @@ -6,19 +6,20 @@ sidebar_position: 20 # Windows -To change the DB location or to switch to ‘smallfiles’ operation, do the following: +To change the location of the Change Tracker database files, follow the steps below: **Step 1 –** Stop the **IIS Web server** using command line iisreset /stop or use the **IIS Management Console**, or **Windows Services Console**. -**Step 2 –** Stop the **Mongo DB** service using the **Windows Services Console**. +**Step 2 –** Stop the **MongoDB Server (MongoDB)** service using the **Windows Services Console**. -**Step 3 –** Edit the **mongod.conf** file located in C:\Program Files\NNT Change Tracker™ -Suite\Gen7\MongoDB\conf +**Step 3 –** Edit the **mongod.cfg** file located in **"C:\Program Files\NNT Change Tracker Suite\Gen7\MongoDB\bin"** -**Step 4 –** Edit the parameters for `dbpath `to change the location for DB files. If you prefer to -invoke ‘**smallfiles**’ operation then add the config line as below. +**Step 4 –** Edit the parameters for `dbpath` to change the location for DB files. -![CustomDatabasePathWindows](/images/changetracker/8.2/install/deployment/customdatabasepathwindows.webp) +**--INSERT SCREENSHOT OF UP TO DATE MONGO.CFG FILE--** -5. Then start the **Mongod** service, followed by an `iisreset /start`. +**Step 5 –** Start the **MongoDB Server (MongoDB)** service using the **Windows Services Console**. + +**Step 6 –** Start the **IIS Web server** using command line iisreset /start or use the **IIS +Management Console**, or **Windows Services Console**. From d75764281d24e11b8e905c6f163c6872695fbe33 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:05:40 +0000 Subject: [PATCH 2/5] fix(vale): auto-fix style issues (Vale + Dale) --- .../databasecustompathoverview/databasecustompathwindows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changetracker/8.2/install/databasecustompathoverview/databasecustompathwindows.md b/docs/changetracker/8.2/install/databasecustompathoverview/databasecustompathwindows.md index 3e2947a898..65583f05b5 100644 --- a/docs/changetracker/8.2/install/databasecustompathoverview/databasecustompathwindows.md +++ b/docs/changetracker/8.2/install/databasecustompathoverview/databasecustompathwindows.md @@ -6,7 +6,7 @@ sidebar_position: 20 # Windows -To change the location of the Change Tracker database files, follow the steps below: +To change the location of the Change Tracker database files, follow these steps: **Step 1 –** Stop the **IIS Web server** using command line iisreset /stop or use the **IIS Management Console**, or **Windows Services Console**. From 63a439bbd0a7f2281e308d2987a4c514527e98a3 Mon Sep 17 00:00:00 2001 From: Hil-Ram-NWX <212961752+hilram7@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:34:27 -0400 Subject: [PATCH 3/5] Added screenshot --- .../databasecustompathoverview/databasecustompathwindows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changetracker/8.2/install/databasecustompathoverview/databasecustompathwindows.md b/docs/changetracker/8.2/install/databasecustompathoverview/databasecustompathwindows.md index 65583f05b5..c499309ead 100644 --- a/docs/changetracker/8.2/install/databasecustompathoverview/databasecustompathwindows.md +++ b/docs/changetracker/8.2/install/databasecustompathoverview/databasecustompathwindows.md @@ -17,7 +17,7 @@ Management Console**, or **Windows Services Console**. **Step 4 –** Edit the parameters for `dbpath` to change the location for DB files. -**--INSERT SCREENSHOT OF UP TO DATE MONGO.CFG FILE--** +image **Step 5 –** Start the **MongoDB Server (MongoDB)** service using the **Windows Services Console**. From 1cc44afba6efc9c7c84607e92ff3a9432fd0568c Mon Sep 17 00:00:00 2001 From: brichmond31 Date: Wed, 1 Jul 2026 18:01:03 +0100 Subject: [PATCH 4/5] Update databasecustompathwindows.md Same as PR 1187 --- .../databasecustompathwindows.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/changetracker/8.1/install/databasecustompathoverview/databasecustompathwindows.md b/docs/changetracker/8.1/install/databasecustompathoverview/databasecustompathwindows.md index dc25739352..c499309ead 100644 --- a/docs/changetracker/8.1/install/databasecustompathoverview/databasecustompathwindows.md +++ b/docs/changetracker/8.1/install/databasecustompathoverview/databasecustompathwindows.md @@ -6,19 +6,20 @@ sidebar_position: 20 # Windows -To change the DB location or to switch to ‘smallfiles’ operation, do the following: +To change the location of the Change Tracker database files, follow these steps: **Step 1 –** Stop the **IIS Web server** using command line iisreset /stop or use the **IIS Management Console**, or **Windows Services Console**. -**Step 2 –** Stop the **Mongo DB** service using the **Windows Services Console**. +**Step 2 –** Stop the **MongoDB Server (MongoDB)** service using the **Windows Services Console**. -**Step 3 –** Edit the **mongod.conf** file located in C:\Program Files\NNT Change Tracker™ -Suite\Gen7\MongoDB\conf +**Step 3 –** Edit the **mongod.cfg** file located in **"C:\Program Files\NNT Change Tracker Suite\Gen7\MongoDB\bin"** -**Step 4 –** Edit the parameters for `dbpath `to change the location for DB files. If you prefer to -invoke ‘**smallfiles**’ operation then add the config line as below. +**Step 4 –** Edit the parameters for `dbpath` to change the location for DB files. -![CustomDatabasePathWindows](/images/changetracker/8.1/install/deployment/customdatabasepathwindows.webp) +image -5. Then start the **Mongod** service, followed by an `iisreset /start`. +**Step 5 –** Start the **MongoDB Server (MongoDB)** service using the **Windows Services Console**. + +**Step 6 –** Start the **IIS Web server** using command line iisreset /start or use the **IIS +Management Console**, or **Windows Services Console**. From cb5526a7fde729ef199e2c4ed1500f012fa844cb Mon Sep 17 00:00:00 2001 From: brichmond31 Date: Wed, 1 Jul 2026 18:01:44 +0100 Subject: [PATCH 5/5] Update windows.md Same as PR 1187. --- .../8.0/install/databasecustompath/windows.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/changetracker/8.0/install/databasecustompath/windows.md b/docs/changetracker/8.0/install/databasecustompath/windows.md index f9b92b81e1..c499309ead 100644 --- a/docs/changetracker/8.0/install/databasecustompath/windows.md +++ b/docs/changetracker/8.0/install/databasecustompath/windows.md @@ -6,19 +6,20 @@ sidebar_position: 20 # Windows -To change the DB location or to switch to ‘smallfiles’ operation, do the following: +To change the location of the Change Tracker database files, follow these steps: **Step 1 –** Stop the **IIS Web server** using command line iisreset /stop or use the **IIS Management Console**, or **Windows Services Console**. -**Step 2 –** Stop the **Mongo DB** service using the **Windows Services Console**. +**Step 2 –** Stop the **MongoDB Server (MongoDB)** service using the **Windows Services Console**. -**Step 3 –** Edit the **mongod.conf** file located in C:\Program Files\NNT Change Tracker™ -Suite\Gen7\MongoDB\conf +**Step 3 –** Edit the **mongod.cfg** file located in **"C:\Program Files\NNT Change Tracker Suite\Gen7\MongoDB\bin"** -**Step 4 –** Edit the parameters for `dbpath `to change the location for DB files. If you prefer to -invoke ‘**smallfiles**’ operation then add the config line as below. +**Step 4 –** Edit the parameters for `dbpath` to change the location for DB files. -![CustomDatabasePathWindows](/images/changetracker/8.0/install/deployment/customdatabasepathwindows.webp) +image -5. Then start the **Mongod** service, followed by an `iisreset /start`. +**Step 5 –** Start the **MongoDB Server (MongoDB)** service using the **Windows Services Console**. + +**Step 6 –** Start the **IIS Web server** using command line iisreset /start or use the **IIS +Management Console**, or **Windows Services Console**.