You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,26 @@ services:
131
131
The properties can alternatively be provided as system properties on the
132
132
command line, e.g. `-DcacheDays=1` or via a [variety of other methods supported by Spring Boot](https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html)
133
133
134
+
# Dump/restore
135
+
136
+
While you can perform backup of the Docker volumes,
137
+
for larger upgrades of CWL Viewer it is recommended instead to do a JSON dump
138
+
and re-load, which will force CWL Viewer to fetch and parse again.
139
+
140
+
The script `dump.sh` can be used for regular backups, it will store the full
141
+
output of /workflows as a timestamped gzip-compressed JSON file:
0 commit comments