You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `2.12`No changes in schema/indexes compared to `2.11`
1743
1746
1744
1747
The indexes specifications are stored in JSON files. The directory structure is:
1745
1748
@@ -2654,6 +2657,12 @@ Changes in collections: following collections can be safely dropped *after* the
2654
2657
2655
2658
- Changes in indexes: follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to meet index requirements *before* the upgrade process.
2656
2659
2660
+
### To 2-12-0
2661
+
2662
+
#### Changes in MongoDB schema:
2663
+
2664
+
- No changes in schema/indexes compared to 2.11.x. If you're upgrading from earlier versions, please follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to ensure that your indexes are up-to-date and meet the requirements for optimal performance.
2665
+
2657
2666
## Troubleshooting
2658
2667
2659
2668
### Error: Failed to validate connection to Docker daemon; caused by Error: certificate has expired
- `2.12` No changes in schema/indexes compared to `2.11`
1753
1756
1754
1757
The indexes specifications are stored in JSON files. The directory structure is:
1755
1758
@@ -2670,6 +2673,13 @@ Changes in collections: following collections can be safely dropped *after* the
2670
2673
- Changes in indexes: follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to meet index requirements *before* the upgrade process.
2671
2674
2672
2675
2676
+
### To 2-12-0
2677
+
2678
+
#### Changes in MongoDB schema:
2679
+
2680
+
- No changes in schema/indexes compared to 2.11.x. If you're upgrading from earlier versions, please follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to ensure that your indexes are up-to-date and meet the requirements for optimal performance.
2681
+
2682
+
2673
2683
## Troubleshooting
2674
2684
2675
2685
### Error: Failed to validate connection to Docker daemon; caused by Error: certificate has expired
0 commit comments