From a2bf1641546a1d3eeb3e9f44734854f655c0adef Mon Sep 17 00:00:00 2001 From: James Lopez Date: Mon, 25 Jun 2018 15:10:26 +0200 Subject: Update Import/Export to use object storage (based on aa feature flag) --- doc/administration/raketasks/project_import_export.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/administration/raketasks') diff --git a/doc/administration/raketasks/project_import_export.md b/doc/administration/raketasks/project_import_export.md index ecc4ac6b29b..7bd765a35e0 100644 --- a/doc/administration/raketasks/project_import_export.md +++ b/doc/administration/raketasks/project_import_export.md @@ -30,5 +30,12 @@ sudo gitlab-rake gitlab:import_export:data bundle exec rake gitlab:import_export:data RAILS_ENV=production ``` +In order to enable Object Storage on the Export, you can use the [feature flag][feature-flags]: + +``` +import_export_object_storage +``` + [ce-3050]: https://gitlab.com/gitlab-org/gitlab-ce/issues/3050 +[feature-flags]: https://docs.gitlab.com/ee/api/features.html [tmp]: ../../development/shared_files.md -- cgit v1.2.1