You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
I've got CKAN working well in dev and now I want to deploy it to production. I've set up the production ini and run the command sudo easyckan production. After doing so I receive the following error:
docker: Error response from daemon: Conflict. The container name "/ckan-production" is already in use by container "617a50ba7366f5c22e7f0c61152d14beed856a1cc373895cee7e34051c644281". You have to remove (or rename) that container to be able to reuse that name.
I tried sudo easyckan repair but that did not resolve. Recommendations?