v1.102.0 ⚠️ Breaking Changes (OPT-IN ONLY) CautionFor people always pulling the latest compose file, this is a breaking change! Disregarding the notes will result in (temporary) data loss! Backgrou...
First time im not completely sure how to proceed with update. This part is unclear to me:
Unfortunately there isn’t a “proper” way to export a docker volume.
The recommended method is to mount the volume and the directory (you want to copy your data to) to an arbitrary container, get a shell inside that container and copy the folder manually.
I know how to stop the container and dump db, but need some help here
First time im not completely sure how to proceed with update. This part is unclear to me:
I know how to stop the container and dump db, but need some help here
Just go to /var/lib/docker/volumes and copy the data out of the relevant volume. No need to mount anything.
I went about it this way as well, was much easier this way.
https://lemmy.ca/comment/8719773
Thx ill give it a try