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
Copy file name to clipboardExpand all lines: README.rst
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,23 +47,35 @@ Requirements:
47
47
compression, parallelism, etc
48
48
- Must have Python 2.7 installed
49
49
50
+
Releases
51
+
~~~~~~~~
52
+
53
+
Prebuilt release binaries and packages are available on our `GitHub Releases Page <releases>`__. We recommend most users deploy mongodb_consistent_backup using these packages.
54
+
50
55
Build/Install
51
56
~~~~~~~~~~~~~
52
57
53
-
To build on CentOS/RedHat, you wil need the following packages (see
58
+
To build on CentOS/RedHat, you will need the following packages (see
54
59
command):
55
60
56
61
::
57
62
58
-
yum install python python-devel python-virtualenv gcc git make libffi-devel openssl-devel
@@ -122,13 +134,13 @@ A description of all available config settings can also be listed by passing the
122
134
Restore a Backup
123
135
~~~~~~~~~~~~~~~~
124
136
125
-
The backups are mongorestore compatible. The *--oplogReplay* flag **MUST** be present to replay the oplogs to ensure consistency.
137
+
The backups are mongorestore compatible and stored in a directory per backup. The *--oplogReplay* flag **MUST** be present to replay the oplogs to ensure consistency.
0 commit comments