Skip to content

Commit 1d53785

Browse files
committed
Fix default port for Influx 2 DBs
1 parent 4e0878b commit 1d53785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Be sure to view the following repositories to understand all the customizable op
144144
| `DB_USER` | username for the database(s) - Can use `root` for MySQL | |
145145
| `DB_PASS` | (optional if DB doesn't require it) password for the database | |
146146
| `DB_PORT` | (optional) Set port to connect to DB_HOST. Defaults are provided | varies |
147-
| `INFLUX_VERSION` | What Version of Influx are you backing up from `1`.x or `2.x` series - AMD64 and ARM64 only for `2` | |
147+
| `INFLUX_VERSION` | What Version of Influx are you backing up from `1`.x or `2` series - AMD64 and ARM64 only for `2` | |
148148

149149
#### For Influx DB2:
150150
Your Organization will be mapped to `DB_USER` and your root token will need to be mapped to `DB_PASS`. You may use `DB_NAME=ALL` to backup the entire set of databases. For `DB_HOST` use syntax of `http(s)://db-name`

0 commit comments

Comments
 (0)