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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e1008da2
Commit
e1008da2
authored
Jan 08, 2018
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for the gitlab:uploads:check rake task
parent
17c44f2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
doc/administration/raketasks/check.md
doc/administration/raketasks/check.md
+20
-0
No files found.
doc/administration/raketasks/check.md
View file @
e1008da2
...
@@ -76,6 +76,26 @@ Example output:
...
@@ -76,6 +76,26 @@ Example output:
![
gitlab:user:check_repos output
](
../img/raketasks/check_repos_output.png
)
![
gitlab:user:check_repos output
](
../img/raketasks/check_repos_output.png
)
## Uploaded Files Integrity
The uploads check Rake task will loop through all uploads in the database
and runs two checks to determine the integrity of each file:
1.
Check if the file exist in the file system.
1.
Check if the checksum of the file in the file system matches the checksum in the database.
**Omnibus Installation**
```
sudo gitlab-rake gitlab:uploads:check
```
**Source Installation**
```
bash
sudo
-u
git
-H
bundle
exec
rake gitlab:uploads:check
RAILS_ENV
=
production
```
## LDAP Check
## LDAP Check
The LDAP check Rake task will test the bind_dn and password credentials
The LDAP check Rake task will test the bind_dn and password credentials
...
...
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