Actions
Bug #5681
closedrake katello:reset is broken on --devel deploy
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;
Updated by Eric Helms over 10 years ago
- Target version set to 45
- Triaged changed from No to Yes
Updated by Eric Helms over 10 years ago
- Status changed from New to Assigned
- Assignee set to Eric Helms
Updated by Eric Helms over 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