fix: use new uploads path #12

Merged
moritz merged 1 commits from fix-uploads-volume into main 2024-07-16 14:52:03 +00:00
Owner

See https://docs.hedgedoc.org/setup/docker/. This means that each on each update of the deployment, the volume for uploads is wiped. I think this was the issue I was running into with using images on https://pad.local-it.org @moritz

See https://docs.hedgedoc.org/setup/docker/. This means that each on each update of the deployment, the volume for uploads is wiped. I think this was the issue I was running into with using images on https://pad.local-it.org @moritz
decentral1se added 1 commit 2024-04-23 07:23:10 +00:00
fix: use new uploads path
Some checks failed
continuous-integration/drone/pr Build is failing
c727320a31
Author
Owner

I just tested this and since the volume name is not removed, docker can seamlessly move the volume contents to another path. So, I think this shouldn't break deployment. In any case, people should back up their stuff before migrating.

I just tested this and since the volume name is not removed, docker can seamlessly move the volume contents to another path. So, I think this shouldn't break deployment. In any case, people should back up their stuff before migrating.
Author
Owner

Oh, I did have to run chown -R 10000:65534 .../_data on the volume from the host machine because #11

Oh, I did have to run `chown -R 10000:65534 .../_data` on the volume from the host machine because https://git.coopcloud.tech/coop-cloud/hedgedoc/issues/11
decentral1se requested review from moritz 2024-04-30 19:51:31 +00:00
Owner

I haven't tested it yet but it looks fine. I think there should be a release note that informs the people to do a backup before upgrading.

I haven't tested it yet but it looks fine. I think there should be a release note that informs the people to do a backup before upgrading.
moritz merged commit 5e815e63a5 into main 2024-07-16 14:52:03 +00:00
Sign in to join this conversation.
No description provided.