Daniel Brennand

Results 56 comments of Daniel Brennand

> Is it just me, or in NewSessionBase.cs is OperationTimeout not getting set? > > See roughly line 344 where the connection timeout is set.. I see no usage of...

Hey @patsevanton I think Jinja may be trying to template `{{.ImageName}}|{{.Name}}|{{.ImageFullID}}|{{.FullID}}` Try giving this a go: ```yaml all: # ... vars: docker_daemon_options: "log-driver": "json-file" "log-opts": "tag": "{% raw %}{{.ImageName}}|{{.Name}}|{{.ImageFullID}}|{{.FullID}}{% endraw...

Hi, I know it sounds silly but can you try again? The container image only finished building 17 minutes ago 😁 https://github.com/plankanban/planka/runs/6228008319?check_suite_focus=true

> i tried it now and it doesn't work. now i try to reset the vps server Hi, I doubt it's an issue with your server. I also get unauthorised.

@meltyshev I think you may need to go to the repository package settings and make the container image public?

@meltyshev - Nice it's working now. @belf88 - Can you confirm this issue is resolved?

Having the correct value for the `BASE_URL` is very important. Most likely as in the other issues linked by @Syndamia your browser can't connect to the websocket. You can verify...

A kind reminder to make database backups 🙂 ```bash NOW=$(date +"%d%m%yT%T") PLANKA_DB_PASSWORD="" docker exec -i planka /bin/bash -c "PGPASSWORD=$PLANKA_DB_PASSWORD pg_dump --username planka planka" > dump_$NOW.bak ```

Hi @LorisTecnology Are you using the [docker-compose file](https://github.com/plankanban/planka/blob/master/docker-compose.yml) here? It looks like Planka tried to connect to the Postgres DB 7 times but failed. Is the postgres container running?

Hi @LorisTecnology The log line here: `startup process (PID 22) was terminated by signal 11: Segmentation fault` In the Postgres SQL logs looks like the container is failing to start....