Skip to content

Commit 199fe43

Browse files
Added backup restore using API
1 parent dfce8d4 commit 199fe43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/linux/docker/backup_restore/dgraph-restore-api.sh

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ backup_data() {
8383
stop_services
8484
start_backup_restore_service
8585

86+
./helper/bootstrapper/bootstrapper-docker.sh data resetAll
8687

8788
for backup_file in ${BACKUP_DIR}/dgraph_backup*.json; do
8889
# Assuming the first directory is for alpha nodes

0 commit comments

Comments
 (0)