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
i installed bookstack with portainer with a yaml file and always after startup this error came up
in the container i can also see that the db can not be connected but i have not found any solution in the internet for that
Exact BookStack Version
latest
Log Content
Illuminate\Database\QueryException
SQLSTATE[HY000] [1045] Access denied for user 'database_username'@'Bockstack.Bookstack' (using password: YES) (Connection: mysql, SQL: select exists (select 1 from information_schema.tables where table_schema = 'bookstack' and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as exists)
at /app/www/vendor/laravel/framework/src/Illuminate/Database/Connection.php:825
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
i installed bookstack with portainer with a yaml file and always after startup this error came up
in the container i can also see that the db can not be connected but i have not found any solution in the internet for that
Exact BookStack Version
latest
Log Content
Illuminate\Database\QueryException
SQLSTATE[HY000] [1045] Access denied for user 'database_username'@'Bockstack.Bookstack' (using password: YES) (Connection: mysql, SQL: select exists (select 1 from information_schema.tables where table_schema = 'bookstack' and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as
exists
)at /app/www/vendor/laravel/framework/src/Illuminate/Database/Connection.php:825
➜ 825▕ throw new QueryException(
39 /app/www/artisan:35
Illuminate\Foundation\Console\Kernel::handle()
Hosting Environment
Portainer Community Edition 2.27.3 LTS on a Raspi 5 with Raspi OS light 64 bit Version
The text was updated successfully, but these errors were encountered: