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
3c46c947
Commit
3c46c947
authored
Oct 06, 2020
by
Alexander Tanayno
Committed by
Marcia Ramos
Oct 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify that LFS is enabled by default
parent
dc1c0982
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
doc/administration/lfs/index.md
doc/administration/lfs/index.md
+7
-3
No files found.
doc/administration/lfs/index.md
View file @
3c46c947
...
...
@@ -6,14 +6,16 @@ type: reference, howto
disqus_identifier
:
'
https://docs.gitlab.com/ee/workflow/lfs/lfs_administration.html'
---
# GitLab Git Large File Storage (LFS) Administration
# GitLab Git Large File Storage (LFS) Administration **(CORE ONLY)**
> - Git LFS is supported in GitLab starting with version 8.2.
> - Support for object storage, such as AWS S3, was introduced in 10.0.
> - LFS is enabled in GitLab self-managed instances by default.
Documentation on how to use Git LFS are under
[
Managing large binary files with Git LFS doc
](
../../topics/git/lfs/index.md
)
.
## Requirements
-
Git LFS is supported in GitLab starting with version 8.2.
-
Support for object storage, such as AWS S3, was introduced in 10.0.
-
Users need to install
[
Git LFS client
](
https://git-lfs.github.com
)
version 1.0.1 and up.
## Configuration
...
...
@@ -41,6 +43,8 @@ gitlab_rails['lfs_enabled'] = false
gitlab_rails
[
'lfs_storage_path'
]
=
"/mnt/storage/lfs-objects"
```
After you update settings in
`/etc/gitlab/gitlab.rb`
, make sure to run
[
Omnibus GitLab reconfigure
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
.
### Configuration for installations from source
In
`config/gitlab.yml`
:
...
...
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