some improvements #6
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: coop-cloud/foodsoft#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "make_foodsoft_work_again"
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?
Thanks so much for working on this! 🚀
@ -1,61 +1,60 @@
version: "3.8"
x-env: &env
Ah, wait a sec, I think
abra
can still deal with this it is just the weird!%21merge
characters which somehow snuck into the config. I thought I resolved that inc5c0768b10
&66b6992b0b
? Without this admittedly not very nice YAML feature, the duplication of config is really getting too much, no?okay, I'll give it another try :)
nice, my eyes feel releaved!
a simple git fetch could have saved me some pain :D
@ -137,1 +204,3 @@
labels: ['coop-cloud.${STACK_NAME}.db.version=10.6-']
labels:
backupbot.backup: "true"
backupbot.backup.pre-hook: 'mkdir -p /tmp/backup/ && mysqldump --single-transaction -u root -p"$$(cat /run/secrets/db_root_password)" $${MYSQL_DATABASE} > /tmp/backup/backup.sql'
👏
WIP: remove yml teplating and moreto some improvementsLGTM! There is just some conflicts listed below?