mirror of
https://github.com/MHA-Team/PTS-Team.git
synced 2026-02-03 14:03:25 +00:00
cant access portainer #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @daveftw84 on GitHub.
i guess portainer needs https now and trafeix checks http to see if site works but not https
@DillonsFlix commented on GitHub:
I did this and all works until I redeploy Traefik. Once I do that it revers to the cd:alpine version. Any idea how I can stop it from reverting?
@byertsy commented on GitHub:
For now, the workaround (thanks to @MrFret) is to downgrade to a lower version of Portainer that is known to work:
Revert portainer in PG/PTS:
sudo mkdir /opt/temp && sudo cp /opt/coreapps/apps/portainer.yml /opt/temp/sudo nano /opt/temp/portainer.ymlchange
portainer/portainer-ce:alpineto
portainer/portainer-ce:2.16.2then run:
sudo ansible-playbook /opt/temp/portainer.yml@daveftw84 commented on GitHub:
FTL github.com/portainer/portainer/api/cmd/portainer/main.go:730 > failed initializing upgrade service | error="failed to determine container platform: failed to retrieve docker info: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40" stack_trace=[{"func":"NewService","line":"55","source":"upgrade.go"},{"func":"buildServer","line":"728","source":"main.go"},{"func":"main","line":"801","source":"main.go"},{"func":"main","line":"250","source":"proc.go"},{"func":"goexit","line":"1594","source":"asm_amd64.s"}]
@daveftw84 commented on GitHub:
https://github.com/portainer/portainer/issues/8455