Skip to content
Snippets Groups Projects
Commit bfbf23d7 authored by Ben Bodenmiller's avatar Ben Bodenmiller
Browse files

update redis server details

parent 6eeff67c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -48,15 +48,15 @@ Redis.
redis['password'] = 'Redis Password'
```
 
1. Run `sudo gitlab-ctl reconfigure` to install and configure PostgreSQL.
1. Run `sudo touch /etc/gitlab/skip-auto-migrations` to prevent database migrations
from running on upgrade. Only the primary GitLab application server should
handle migrations.
1. Run `sudo gitlab-ctl reconfigure` to install and configure Redis.
 
> **Note**: This `reconfigure` step will result in some errors.
That's OK - don't be alarmed.
 
1. Run `touch /etc/gitlab/skip-auto-migrations` to prevent database migrations
from running on upgrade. Only the primary GitLab application server should
handle migrations.
## Experimental Redis Sentinel support
 
> [Introduced][ce-1877] in GitLab 8.11.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment