@@ -559,9 +504,11 @@ its data to the new `/gitlab-data` directory:
sudo gitlab-ctl reconfigure
```
Read more on [storing Git data in an alternative directory](https://docs.gitlab.com/omnibus/settings/configuration.html#storing-git-data-in-an-alternative-directory).
To add more than one data volumes, follow the same steps.
Read more on [storing Git data in an alternative directory](../../administration/repository_storage_paths.md).
### Using S3 for the LFS objects, artifacts and Registry images
### Using Amazon S3 object storage
The S3 object storage can be used for various GitLab objects:
...
...
@@ -597,18 +544,28 @@ for the `root` user which has admin privileges on the GitLab instance.
After you set it up, login with username `root` and the newly created password.
## Health check and monitoring with Prometheus
Apart from Amazon's Cloudwatch which you can enable on various services,
GitLab provides its own integrated monitoring solution based on Prometheus.
For more information on how to set it up, visit the