質問編集履歴

1

参照先urlを追記

2018/06/29 03:34

投稿

taro373
taro373

スコア189

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,8 @@
3
3
  下記の方法が本家のサイトに書かれていますが、
4
4
 
5
5
  Make a backup (Optional)
6
+
7
+ https://about.gitlab.com/update/#centos-7
6
8
 
7
9
  ```
8
10
 
@@ -12,15 +14,23 @@
12
14
 
13
15
 
14
16
 
17
+
18
+
15
19
  単にバックアップする方法を調べると
16
20
 
17
21
  Use this command if you've installed GitLab with the Omnibus package:
22
+
23
+ https://docs.gitlab.com/ee/raketasks/backup_restore.html
18
24
 
19
25
  ```
20
26
 
21
27
  sudo gitlab-rake gitlab:backup:create
22
28
 
23
29
  ```
30
+
31
+
32
+
33
+
24
34
 
25
35
  とあります。
26
36