Home page Forums Technical Support, Bugs and Fixes Troubleshooting Reply To: Troubleshooting

#8346
Sepehr HashtroudilarSepehr
Keymaster

    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