Mercurial > public > ssdt-docker
annotate scripts/backup-ess.sh @ 609:30a35d908d92
DS-56 create docstore local install script
author | calmes@ssdt-ohio.org |
---|---|
date | Wed, 02 Jul 2025 13:25:13 +0100 |
parents | 6f7ae8d659cf |
children |
rev | line source |
---|---|
570
6f7ae8d659cf
DEP-25 Update file permissions on ESS and ITCM scripts
Matt Calmes <calmes@ssdt-ohio.org>
parents:
528
diff
changeset
|
1 #!/bin/bash |
528
e483148f5283
Add backup, restore, and update ess scripts. Handle ess in workflows update and remove container stop/removal from install ess script.
Marc Davis <marc.davis@mcoecn.org>
parents:
diff
changeset
|
2 |
e483148f5283
Add backup, restore, and update ess scripts. Handle ess in workflows update and remove container stop/removal from install ess script.
Marc Davis <marc.davis@mcoecn.org>
parents:
diff
changeset
|
3 source "${SSDT_SCRIPTS:-$(dirname "${BASH_SOURCE[0]}")}/.functions.sh" |
e483148f5283
Add backup, restore, and update ess scripts. Handle ess in workflows update and remove container stop/removal from install ess script.
Marc Davis <marc.davis@mcoecn.org>
parents:
diff
changeset
|
4 |
e483148f5283
Add backup, restore, and update ess scripts. Handle ess in workflows update and remove container stop/removal from install ess script.
Marc Davis <marc.davis@mcoecn.org>
parents:
diff
changeset
|
5 ${SSDT_SCRIPTS}/backup-container-docker.sh essdb ${1} |