mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Docker after update #169
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 @Palaract on GitHub (Apr 20, 2022).
Hello!
I use Docker (newest version) and the meltyshev/planka images.
My problem is, that the page doesn't load after the update. I tried rollbacking to 1.0.0-beta but the error is the same.
The output looks as follows:
Sadly, I do not know which migrations exactly happened to produce this database error, it would be awesome to get some hints!
@meltyshev commented on GitHub (Apr 20, 2022):
Hi!
It looks like you had version
0.1.6before the update. Unfortunately, the latest version contains a lot of breaking changes and is not compatible with previous versions. To fix this, just change it back to0.1.6or use the new one from scratch - it will be supported by us and future migrations will be easy.@Palaract commented on GitHub (Apr 20, 2022):
You're totally right! I have no idea how I could miss that because I was so sure to have used 1.0.0-beta.
I will start from scratch, this is such a cool project and I'm thanking you for your time!
@loranger commented on GitHub (Apr 21, 2022):
Hi,
Same issue here.
I've always used
image: meltyshev/planka:latest(with watchtower automatically updating my docker images) but the latest update broke.Is there a way to properly migrate data to the latest version ?
@loranger commented on GitHub (Apr 21, 2022):
I found the @Syndamia post regarding this manual migration. 👍🏻
@meltyshev commented on GitHub (Apr 21, 2022):
Totally forgot about this helpful post. I've pinned the issue about update via Docker.
@immanuelfodor commented on GitHub (Apr 21, 2022):
I have Planka v0.1.6 Docker, if I follow the above linked post I can surely get v1.0.0 working?
When I installed Planka originally, I went for v1.0.0-beta with a fresh install but I couldn't get it working, the project list was infinitely loading. So I dropped its database, and reinstalled v0.1.6 from scratch. If I try to upgrade, can I roll back to the v0.1.6 image without any problems? Are the breaking changes backwards-compatible just not forwards-compatible, so we need to do steps to make the new version work but we can go back to the old one?