We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1c8b3 commit 36e4d9aCopy full SHA for 36e4d9a
Dockerfile
@@ -8,7 +8,8 @@ COPY --from=mongo-packages / /usr/src/apk
8
9
### Set Environment Variables
10
ENV ENABLE_CRON=FALSE \
11
- ENABLE_SMTP=FALSE
+ ENABLE_SMTP=FALSE \
12
+ ENABLE_ZABBIX=FALSE
13
14
### Dependencies
15
RUN set -ex && \
install/etc/s6/services/10-db-backup/run
@@ -97,7 +97,7 @@ fi
97
### Functions
98
function backup_couch() {
99
TARGET=couch_${DBNAME}_${DBHOST}_${now}.txt
100
- curl -X GET http://${DBHOST}:${DBPORT}/${DBNAME}/ all docs? include docs=true >${TMPDIR}/${TARGET}
+ curl -X GET http://${DBHOST}:${DBPORT}/${DBNAME}/_all_docs?include_docs=true >${TMPDIR}/${TARGET}
101
generate_md5
102
compression
103
move_backup
0 commit comments