Project

General

Profile

Actions

Bug #5681

closed

rake katello:reset is broken on --devel deploy

Added by Justin Sherrill almost 10 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Currently running rake katello:reset is broken on a devel deploy.

In lib/katello/tasks/setup.rake "cpdb --drop --create" is called, but since candlepin does not have permissions to remove and create dbs, this fails. A workaround is:

sudo -u postgres psql

ALTER USER candlepin WITH SUPERUSER;

Actions #1

Updated by Eric Helms almost 10 years ago

  • Target version set to 45
  • Triaged changed from No to Yes
Actions #2

Updated by Eric Helms almost 10 years ago

  • Status changed from New to Assigned
  • Assignee set to Eric Helms
Actions #3

Updated by Eric Helms almost 10 years ago

  • Status changed from Assigned to Closed

Development deployments are now able to reset without any additional work by the developer after deployment.

Actions

Also available in: Atom PDF