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
594e5495
Commit
594e5495
authored
Nov 05, 2021
by
Francisco Javier López
Committed by
Amy Qualls
Nov 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve group wiki documentation
parent
cf5bd81f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
doc/user/project/wiki/group.md
doc/user/project/wiki/group.md
+16
-1
No files found.
doc/user/project/wiki/group.md
View file @
594e5495
...
...
@@ -44,7 +44,22 @@ Users with the [Owner role](../../permissions.md) in a group can
[
import and export group wikis
](
../../group/settings/import_export.md
)
when importing
or exporting a group.
Content created in a group wiki is not deleted when an account is downgraded or a GitLab trial ends.
Content created in a group wiki is not deleted when an account is downgraded or a
GitLab trial ends. The group wiki data is exported whenever the group owner of
the wiki is exported.
To access the group wiki data from the export file if the feature is no longer
available, you have to:
1.
Extract the
[
export file tarball
](
../../group/settings/import_export.md
)
with
this command, replacing
`FILENAME`
with your file's name:
`tar -xvzf FILENAME.tar.gz`
1.
Browse to the
`repositories`
directory. This directory contains a
[
Git bundle
](
https://git-scm.com/docs/git-bundle
)
with the extension
`.wiki.bundle`
.
1.
Clone the Git bundle into a new repository, replacing
`FILENAME`
with
your bundle's name:
`git clone FILENAME.wiki.bundle`
All files in the wiki are available in this Git repository.
## Related topics
...
...
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