diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-22 20:47:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-22 20:47:30 +0000 |
commit | 0ca9e9b7230cb262a04b524aee8ffe99dbe63060 (patch) | |
tree | b26b9c2667a025a7e72f690e6789292028ece9de /doc/administration | |
parent | fe69f9a3841ee9b9ef2b35cb72b3e973c0301fcb (diff) | |
download | gitlab-ce-0ca9e9b7230cb262a04b524aee8ffe99dbe63060.tar.gz |
Add latest changes from gitlab-org/gitlab@13-11-stable-ee
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/pages/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/pages/index.md b/doc/administration/pages/index.md index d04688dab7a..ae4fa086e3f 100644 --- a/doc/administration/pages/index.md +++ b/doc/administration/pages/index.md @@ -1001,7 +1001,7 @@ to using that. ### 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 migrated to [object storage](#using-object-storage), if @@ -1010,7 +1010,7 @@ 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 +sudo gitlab-rake gitlab:pages:deployments:migrate_to_object_storage ``` ### Rolling Pages deployments back to local 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: ```shell -sudo gitlab-rails gitlab:pages:deployments:migrate_to_local +sudo gitlab-rake gitlab:pages:deployments:migrate_to_local ``` ## Backup |