Skip to content

Conversation

@ggxed
Copy link
Contributor

@ggxed ggxed commented Jun 23, 2025

… updates 24.3- to 25.1+ with an explanation what happens and a recommendation to upgrade to 23.4 first and then upgrade to the desired version 25.1+. Added insruction how to configure docker bind mounts

ggxed added 2 commits June 23, 2025 22:46
… updates 24.3- to 25.1+ with an explanation what happens and a recommendation to upgrade to 23.4 first and then upgrade to the desired version 25.1+. Added insruction how to configure docker bind mounts
…2.0+, supplemented version update procedure
name = "${var.deployment_id}-init-rm-permissions"
image = "busybox:latest"
essential = false
command = ["sh", "-c", "mkdir -p /workspace/.metadata && chown -R 8978:8978 /workspace && chmod -R 755 /workspace"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

append failed state logging:
command && command || echo "failed: cant chown
use list style for commands
[
"1",
"2",
...
]

name = "${var.deployment_id}-init-dc-permissions"
image = "busybox:latest"
essential = false
command = ["sh", "-c", "mkdir -p /workspace/.metadata /conf/keys && chown -R 8978:8978 /workspace /certificates /conf/keys && chmod -R 755 /workspace /certificates /conf/keys"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

append failed state logging:
command && command || echo "failed: cant chown
use list style for commands
[
"1",
"2",
...
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants