Task Scheduling

PHP 8.2.4, concrete 9.2.0

I try to get planned Tasks running but if i try the command

concrete/bin/concrete concrete:scheduler:run

on the server, it moans about “Access denied for user ‘my_usr’@‘the_server_but_not_the_db_server’ (using password: NO)”

Now my env is set and the config in application/config/myenv.database.php is also set. The site runs fine.

Where does the cli pull the infos from? the Username is correct but the db_server seems to be incorrect and the password is not recognized.

Thanks for responding

I had a Password with ’ and " in my .env that was not properly escaped.

2 Likes