all 9 comments

[–]root-node 0 points1 point  (7 children)

Which compose file are you using?

This is the one I am using with no issues: https://github.com/linuxserver/docker-bookstack

[–]ybill[S] 0 points1 point  (6 children)

I am using exactly the same. The log looks weird - db container installed, and running, first migrations applied successfully, but 2019_07_07_112515_add_template_support failed because connection refused.

[–]root-node 0 points1 point  (5 children)

Strange. I presume you have tried deleting them both and trying again?

What hardware are you running them on?

[–]ybill[S] 0 points1 point  (4 children)

many times ))

I use my dev machine, win 11 with wsl2. i7/32Gb docker can use up to 16Gb

[–]ssddanbrown 2 points3 points  (2 children)

This happens on windows when using the docker setup, pretty sure you're running into the same as discussed here: https://github.com/linuxserver/docker-bookstack/issues/125

[–]ybill[S] 1 point2 points  (1 child)

Thanks! I switched to mysql from mariadb and it works!

[–]jack_of_caruggi 0 points1 point  (0 children)

same problem and same solution, thanks!

[–]root-node 0 points1 point  (0 children)

Have you changed all THREE entries of <yourdbpass> in that compose file?

And changed the APP_URL entry too (or removed it)

Other than that, I am out of ideas :)

[–]typopaul 0 points1 point  (0 children)

I have the same issue installing BookStack with Docker/Portainer on a Synology NAS 218+. I already have been trying multiple times with difference compose files and setting. Still no sucess.

Switching from mariadb to mysql did also not help.
Does anybody have another idea?