7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
podman-compose stop
|
|
# Da root eseguire ########
|
|
cp -a ./data ./data.bak-$(date +%Y%m%d)
|
|
cp -a ./config ./config.bak-$(date +%Y%m%d)
|
|
#######################
|
|
podman-compose pull
|
|
podman-compose up -d --force-recreate |