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.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,14 @@ Currently backs up CouchDB, InfluxDB, MySQL, MongoDB, Postgres, Redis servers.
37
37
-[About](#about)
38
38
-[Maintainer](#maintainer)
39
39
-[Table of Contents](#table-of-contents)
40
-
-[Persistent Storage](#persistent-storage)
41
40
-[Prerequisites and Assumptions](#prerequisites-and-assumptions)
42
41
-[Installation](#installation)
43
42
-[Build from Source](#build-from-source)
44
43
-[Prebuilt Images](#prebuilt-images)
45
44
-[Multi Architecture](#multi-architecture)
46
45
-[Configuration](#configuration)
47
46
-[Quick Start](#quick-start)
48
-
-[Persistent Storage](#persistent-storage-1)
47
+
-[Persistent Storage](#persistent-storage)
49
48
-[Environment Variables](#environment-variables)
50
49
-[Base Images used](#base-images-used)
51
50
-[Container Options](#container-options)
@@ -149,8 +148,6 @@ Be sure to view the following repositories to understand all the customizable op
149
148
|`DB_PASS`| (optional if DB doesn't require it) password for the database ||
150
149
|`DB_PORT`| (optional) Set port to connect to DB_HOST. Defaults are provided | varies |
151
150
|`INFLUX_VERSION`| What Version of Influx are you backing up from `1`.x or `2` series - AMD64 and ARM64 only for `2`||
152
-
|`MONGO_HOST_TYPE`| Connect to regular `mongodb` or `atlas`|`mongodb`|
153
-
|| You can also skip this and override the uri prefix with `MONGO_URI_PREFIX=mongodb+srv://` or whatever you would like ||
154
151
|`MONGO_CUSTOM_URI`| If you wish to override the MongoDB Connection string enter it here e.g. `mongodb+srv://username:[email protected]`||
155
152
|| This environment variable will be parsed and populate the `DB_NAME` and `DB_HOST` variables to properly build your backup filenames. You can overrde them by making your own entries |
0 commit comments