Yassine Guedidi
Yassine Guedidi
@rakleed could you try removing the container **and** the corresponding volume?
@rakleed I see that your file is missing the `db/` folder in `DATABASE_PATH`
@rakleed what is the output of `docker volume ls`?
@rakleed so you have tried to run `docker volume rm wallabag_data`? IMO you should start fresh, running `docker-compose down`, `docker volume prune`, remove you `env` file and create a fresh...
@rakleed what about trying to configure PostgreSQL? so uncomment relevant section in docker-compose and customize the docker/php/env. just to check if the issue is with sqlite (or mysql?)
@rakleed let's start from the begining: ```bash # make sure you are on master git checkout master # remove wallabag docker setup docker-compose down # docker clean up docker volume...
@rakleed with the message "Some parameters are missing. Please provide them." and the default values that are suggested, it can mean only one thing to me: the `docker/php/env` file is...
@rakleed here the error: > /usr/local/bin/envsubst: 1: Not: not found seems your docker container don't have the envsubst tool, but it shold be installed by the php Dockerfile: > RUN...
@nicosomb @j0k3r @Kdecherf any news here? investigating a potential upgrade to Twig 3, I see that liip/theme-bundle is a blocker and not maintained anymore. any intention to preserve theming possibilities?...
just for info, in the end Twig 3 upgrade can be done only after Symfony 4 upgrade, as FOSUserBundle start to support it only starting from 2.2, which dropped support...