Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
dd59fc21
Commit
dd59fc21
authored
Jan 20, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change InfluxDB admin username
[ci skip]
parent
82bc7679
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/monitoring/performance/influxdb_configuration.md
doc/monitoring/performance/influxdb_configuration.md
+3
-3
No files found.
doc/monitoring/performance/influxdb_configuration.md
View file @
dd59fc21
...
...
@@ -135,7 +135,7 @@ If you want to [enable authentication](#http), you might want to [create an
admin user
][
influx-admin
]
:
```
influx -execute "CREATE USER
thedude
WITH PASSWORD '1234' WITH ALL PRIVILEGES"
influx -execute "CREATE USER
jeff
WITH PASSWORD '1234' WITH ALL PRIVILEGES"
```
## Create the `gitlab` database
...
...
@@ -145,8 +145,8 @@ Make sure you have changed the [storage engine](#storage-engine) to `tsm1`
before creating a database.
_
**Note:**
If you
[
created an admin user
](
#create-a-new-admin-user
)
and enabled
[
HTTP authentication
](
#http
)
, remember to append the username (
`-username
thedude
`
)
and password (
`-password
1234`
)
to the commands below._
[
HTTP authentication
](
#http
)
, remember to append the username (
`-username
<username>
`
)
and password (
`-password
<password>`
) you set earlier
to the commands below._
Run the following command to create a database named
`gitlab`
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment