Is it possible to reset the database? I want to have a fresh start after trying out SSO.
Is it possible to reset the database? I want to have a fresh start after trying out SSO.
Hi,
Try those commands in directory with appctl
:
docker-compose stop
docker-compose down
docker volume rm misago-database
docker-compose run --rm misago python manage.py createsuperuser
This will remove database, recreate it and ask you to create new admin.