Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #2005

Closed
Open
Created Nov 18, 2012 by Administrator@rootOwner

Executing GitLab production Redis error

Created by: jbrooksuk

I've followed all of the instructions on the installation document, going as far as simply copying and pasting each command. I've chosen to use the MySQL database setup for my installation of GitLab however when I go to run sudo -u gitlab bundle exec rake gitlab:app:status RAILS_ENV=production I always get this error

rake aborted!
Connection refused - Unable to connect to Redis on localhost:6379

I've configured config/resque.yml to look like:

development: localhost:6379
test: localhost:6379
production: localhost:6379

And yet nothing. I've even started the redis-server and yet nothing.

Assignee
Assign to
Time tracking