Manual backup: 2023-04-06 16:06:51
This commit is contained in:
parent
dc2beb1e82
commit
e264fa162d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ docker run -d --rm --name temp -v target-vol:/mnt alpine tail -f /dev/null
|
|||
docker cp /opt/.../. temp:/mnt
|
||||
|
||||
# once finished
|
||||
docker stop $MIGRATOR_NAME
|
||||
docker stop temp
|
||||
```
|
||||
|
||||
4. Adapt existing deployment
|
||||
|
|
Loading…
Reference in a new issue