Project

General

Profile

Actions

Bug #5681

closed

rake katello:reset is broken on --devel deploy

Added by Justin Sherrill over 10 years ago. Updated over 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

Also available in: Atom PDF