@@ -52,6 +52,14 @@ edition of Compass and retain any saved data such as saved connection
52
52
strings and favorite queries, you must migrate that data to your
53
53
new edition of |compass|.
54
54
55
+ |compass| stores saved connections, queries, and aggregation pipelines
56
+ in folders in your file system. You can copy these folders to the
57
+ corresponding folder for your upgraded Compass version to avoid
58
+ recreating your saved data.
59
+
60
+ Procedure
61
+ ~~~~~~~~~
62
+
55
63
1. Download the fully-featured edition of |compass| from the
56
64
{+download-page+}.
57
65
@@ -60,27 +68,37 @@ new edition of |compass|.
60
68
61
69
.. list-table::
62
70
:header-rows: 1
71
+ :widths: 20 40
63
72
64
73
* - Operating System
65
74
- Data Location
66
75
67
76
* - macOS
68
- - ``~/Library/Application Support``
77
+ - ``~/Library/Application Support/MongoDB Compass Community ``
69
78
70
79
* - Windows
71
- - ``%APPDATA%``
80
+ - ``%APPDATA%/MongoDB Compass Community ``
72
81
73
82
* - Linux
74
- - ``$XDG_CONFIG_HOME`` or ``~/.config``
83
+ - One of either:
84
+
85
+ - | ``$XDG_CONFIG_HOME/MongoDB Compass Community/``
86
+ | ``MongoDB Compass Community``
87
+ - ``~/.config/MongoDB Compass Community``
75
88
76
- #. Move the following folders from your Compass Community edition folder
89
+ #. Copy the following folders from your Compass Community edition folder
77
90
to your fully-featured Compass folder:
78
91
79
92
- ``Connections``
80
93
- ``FavoriteQueries``
81
94
- ``RecentQueries``
82
95
- ``SavedPipelines``
83
96
97
+ The fully-featured Compass folder is located in the same directory
98
+ as your Compass Community edition folder.
99
+
100
+ #. Launch the fully-featured edition of |compass|.
101
+
84
102
.. seealso::
85
103
86
104
:ref:`download-install`
0 commit comments