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
On the CKAN inventory (at least in development environment), the CKAN command for clearing the database crashes the command console and never finishes. No error logs are noted.
Get onto the app docker image: docker-compose exec app /bin/bash
Run /usr/lib/ckan/bin/paster --plugin=ckan db clean
Expected behavior
CKAN DB should be cleared of all relevant data (the command /usr/lib/ckan/bin/paster --plugin=ckan db init would need to be run to re-initialize the DB structure)
Actual behavior
Command never ends/releases, DB is left in an unworkable state.
The text was updated successfully, but these errors were encountered:
On the CKAN inventory (at least in development environment), the CKAN command for clearing the database crashes the command console and never finishes. No error logs are noted.
How to reproduce
make up-with-data
for the inventorydocker-compose exec app /bin/bash
/usr/lib/ckan/bin/paster --plugin=ckan db clean
Expected behavior
CKAN DB should be cleared of all relevant data (the command
/usr/lib/ckan/bin/paster --plugin=ckan db init
would need to be run to re-initialize the DB structure)Actual behavior
Command never ends/releases, DB is left in an unworkable state.
The text was updated successfully, but these errors were encountered: