Skip to content

Commit

Permalink
add null migration to prevent needing to configure
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguida committed Jun 1, 2022
1 parent 0d8888f commit 6023729
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,22 @@ backup:
mounts:
BACKUP: /mnt/backup
main: /root/.lightning
migrations:
from:
"<0.11.1":
type: docker
image: main
system: false
entrypoint: "/bin/echo"
args: ['{"configured": true}']
io-format: json
inject: false
to:
"<0.11.1":
type: docker
image: main
system: false
entrypoint: "/bin/echo"
args: ['{"configured": true}']
io-format: json
inject: false

0 comments on commit 6023729

Please sign in to comment.