BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f1ffed26
Commit
f1ffed26
authored
Feb 04, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'add_more_maintenance_tasks' into 'master'
Add more maintenance tasks to documentation See merge request !317
parents
347ce399
e0e6574f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
22 deletions
+52
-22
maintenance.md
doc/raketasks/maintenance.md
+52
-22
No files found.
doc/raketasks/maintenance.md
View file @
f1ffed26
...
...
@@ -16,30 +16,31 @@ Example output:
```
System information
System: Debian 6.0.7
Current User: git
Using RVM: no
Ruby Version: 2.0.0-p481
Gem Version: 1.8.23
Bundler Version:1.3.5
Rake Version: 10.0.4
System: Debian 7.8
Current User: git
Using RVM: no
Ruby Version: 2.1.5p273
Gem Version: 2.4.3
Bundler Version: 1.7.6
Rake Version: 10.3.2
Sidekiq Version: 2.17.8
GitLab information
Version:
5.1.0.beta2
Revision:
4da8b37
Directory:
/home/git/gitlab
DB Adapter:
mysql2
URL:
http://
example.com
HTTP Clone URL:
http://
example.com/some-project.git
SSH Clone URL:
git@
example.com:some-project.git
Using LDAP:
no
Using Omniauth:
no
Version:
7.7.1
Revision:
41ab9e1
Directory:
/home/git/gitlab
DB Adapter:
postgresql
URL:
https://gitlab.
example.com
HTTP Clone URL:
https://gitlab.
example.com/some-project.git
SSH Clone URL:
git@gitlab.
example.com:some-project.git
Using LDAP:
no
Using Omniauth:
no
GitLab Shell
Version:
1.2.0
Repositories:
/home/git/repositories/
Hooks:
/home/git/gitlab-shell/hooks/
Git:
/usr/bin/git
Version:
2.4.1
Repositories:
/home/git/repositories/
Hooks:
/home/git/gitlab-shell/hooks/
Git:
/usr/bin/git
```
## Check GitLab configuration
...
...
@@ -127,7 +128,6 @@ sudo chmod u+rwx,g=rx,o-rwx /home/git/gitlab-satellites
In some case it is necessary to rebuild the
`authorized_keys`
file.
For Omnibus-packages:
```
sudo gitlab-rake gitlab:shell:setup
...
...
@@ -143,6 +143,36 @@ sudo -u git -H bundle exec rake gitlab:shell:setup RAILS_ENV=production
This will rebuild an authorized_keys file.
You will lose any data stored in authorized_keys file.
Do you want to continue (yes/no)? yes
```
## Clear redis cache
If for some reason the dashboard shows wrong information you might want to
clear Redis' cache.
For Omnibus-packages:
```
sudo gitlab-rake cache:clear
```
For installations from source:
```
cd /home/git/gitlab
sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
```
## Precompile the assets
............................
Sometimes during version upgrades you might end up with some wrong CSS or
missing some icons. In that case, try to precompile the assets again.
For Omnibus-packages:
```
sudo gitlab-rake assets:precompile
```
For installations from source:
```
cd /home/git/gitlab
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
```
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