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
ec83c25f
Commit
ec83c25f
authored
Apr 20, 2021
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Rake command for Pages deploys to object storage
parent
d9804f75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/administration/pages/index.md
doc/administration/pages/index.md
+3
-3
No files found.
doc/administration/pages/index.md
View file @
ec83c25f
...
@@ -1001,7 +1001,7 @@ to using that.
...
@@ -1001,7 +1001,7 @@ to using that.
### Migrate Pages deployments to object storage
### Migrate Pages deployments to object storage
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/325285) in GitLab 13.11
> [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
Existing Pages deployments objects (which store
[
ZIP archives
](
#zip-storage
)
) can similarly be
migrated to
[
object storage
](
#using-object-storage
)
, if
migrated to
[
object storage
](
#using-object-storage
)
, if
...
@@ -1010,7 +1010,7 @@ you've been having them stored locally.
...
@@ -1010,7 +1010,7 @@ you've been having them stored locally.
Migrate your existing Pages deployments from local storage to object storage:
Migrate your existing Pages deployments from local storage to object storage:
```
shell
```
shell
sudo
gitlab-ra
ils
gitlab:pages:deployments:migrate_to_object_storage
sudo
gitlab-ra
ke
gitlab:pages:deployments:migrate_to_object_storage
```
```
### Rolling Pages deployments back to local storage
### Rolling Pages deployments back to local storage
...
@@ -1018,7 +1018,7 @@ sudo gitlab-rails gitlab:pages:deployments:migrate_to_object_storage
...
@@ -1018,7 +1018,7 @@ sudo gitlab-rails gitlab:pages:deployments:migrate_to_object_storage
After the migration to object storage is performed, you can choose to revert your 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
```
shell
sudo
gitlab-ra
ils
gitlab:pages:deployments:migrate_to_local
sudo
gitlab-ra
ke
gitlab:pages:deployments:migrate_to_local
```
```
## Backup
## Backup
...
...
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