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
369ac37a
Commit
369ac37a
authored
Apr 19, 2021
by
Etienne Baqué
Committed by
Achilleas Pipinellis
Apr 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation about Pages Deployment migration
parent
c23a3fa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
changelogs/unreleased/docs-eb-pages-deployment-migration.yml
changelogs/unreleased/docs-eb-pages-deployment-migration.yml
+5
-0
doc/administration/pages/index.md
doc/administration/pages/index.md
+22
-0
No files found.
changelogs/unreleased/docs-eb-pages-deployment-migration.yml
0 → 100644
View file @
369ac37a
---
title
:
Add documentation about Pages deployment migration
merge_request
:
59475
author
:
type
:
added
doc/administration/pages/index.md
View file @
369ac37a
...
@@ -999,6 +999,28 @@ sudo gitlab-rake gitlab:pages:clean_migrated_zip_storage
...
@@ -999,6 +999,28 @@ sudo gitlab-rake gitlab:pages:clean_migrated_zip_storage
This will not remove any data from the legacy disk storage and the GitLab Pages daemon will automatically fallback
This will not remove any data from the legacy disk storage and the GitLab Pages daemon will automatically fallback
to using that.
to using that.
### Migrate Pages deployments to object storage
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/325285) in GitLab 13.11
Existing Pages deployments objects (which store
[
ZIP archives
](
#zip-storage
)
) can similarly be
migrated to
[
object storage
](
#using-object-storage
)
, if
you've been having them stored locally.
Migrate your existing Pages deployments from local storage to object storage:
```
shell
sudo
gitlab-rails gitlab:pages:deployments:migrate_to_object_storage
```
### Rolling Pages deployments back to local storage
After the migration to object storage is performed, you can choose to revert your Pages deployments back to local storage:
```
shell
sudo
gitlab-rails gitlab:pages:deployments:migrate_to_local
```
## Backup
## Backup
GitLab Pages are part of the
[
regular backup
](
../../raketasks/backup_restore.md
)
, so there is no separate backup to configure.
GitLab Pages are part of the
[
regular backup
](
../../raketasks/backup_restore.md
)
, so there is no separate backup to configure.
...
...
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