Home page › Forums › Technical Support, Bugs and Fixes › Troubleshooting › Reply To: Troubleshooting
November 21, 2024 at 7:50 am
#8346
Execute the following from your host machine to change the state
sudo docker exec -it MikroWizard-postgre psql -U [databaseusername] -d MikroWizardDB -c 'UPDATE public.tasks SET status=false;'
* . please change [databaseusername] with the database username that you provided during installation