-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: full backups #2710
Feature: full backups #2710
Commits on Oct 15, 2018
-
srfrog committed
Oct 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 4c52c27 - Browse repository at this point
Copy the full SHA 4c52c27View commit details
Commits on Oct 16, 2018
-
Merge branch 'master' of github.com:dgraph-io/dgraph into feature/roa…
…dmap-backups
srfrog committedOct 16, 2018 Configuration menu - View commit details
-
Copy full SHA for cd769f5 - Browse repository at this point
Copy the full SHA cd769f5View commit details -
srfrog committed
Oct 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 0de29ea - Browse repository at this point
Copy the full SHA 0de29eaView commit details
Commits on Oct 17, 2018
-
srfrog committed
Oct 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 396c38a - Browse repository at this point
Copy the full SHA 396c38aView commit details -
srfrog committed
Oct 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 7eb2172 - Browse repository at this point
Copy the full SHA 7eb2172View commit details
Commits on Oct 24, 2018
-
Merge branch 'master' of github.com:/dgraph-io/dgraph into feature/ro…
…admap-backups
srfrog committedOct 24, 2018 Configuration menu - View commit details
-
Copy full SHA for f6b8b10 - Browse repository at this point
Copy the full SHA f6b8b10View commit details
Commits on Oct 25, 2018
-
moved orchestrate to its own pkg within worker. adding backup to worker and alpha.
srfrog committedOct 25, 2018 Configuration menu - View commit details
-
Copy full SHA for cd1b88d - Browse repository at this point
Copy the full SHA cd1b88dView commit details
Commits on Oct 30, 2018
-
trying to get the handler and file writers working.
srfrog committedOct 30, 2018 Configuration menu - View commit details
-
Copy full SHA for c4701a4 - Browse repository at this point
Copy the full SHA c4701a4View commit details -
added destination parameter. handler support to destination URI schem…
…e. additional logging.
srfrog committedOct 30, 2018 Configuration menu - View commit details
-
Copy full SHA for b5cfb77 - Browse repository at this point
Copy the full SHA b5cfb77View commit details -
file handler rename on same volume. added more comments and logging.
srfrog committedOct 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 905f1b4 - Browse repository at this point
Copy the full SHA 905f1b4View commit details -
Merge branch 'master' of github.com:/dgraph-io/dgraph into feature/ro…
…admap-backups
srfrog committedOct 30, 2018 Configuration menu - View commit details
-
Copy full SHA for d62e439 - Browse repository at this point
Copy the full SHA d62e439View commit details
Commits on Oct 31, 2018
-
changed worker to use stream pkg. updated protos for backup. fixed mi…
…slabelled request field.
srfrog committedOct 31, 2018 Configuration menu - View commit details
-
Copy full SHA for 8ac55fb - Browse repository at this point
Copy the full SHA 8ac55fbView commit details -
srfrog committed
Oct 31, 2018 Configuration menu - View commit details
-
Copy full SHA for c8d9054 - Browse repository at this point
Copy the full SHA c8d9054View commit details -
added some error checks, tweaked comments.
srfrog committedOct 31, 2018 Configuration menu - View commit details
-
Copy full SHA for 6ea4688 - Browse repository at this point
Copy the full SHA 6ea4688View commit details
Commits on Nov 1, 2018
-
moved stream pkg out of worker.
removed binary encoding package, using encode/binary with size delimiter. fixed race and added posting list values to backup. fixed issue with file handler that was breaking badger. refactored backup process to be simpler. added generic Status proto for any service response. added minio and used it for S3 backup uploads.
srfrog committedNov 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 00a1cd0 - Browse repository at this point
Copy the full SHA 00a1cd0View commit details -
removed unused const. format fixes.
srfrog committedNov 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 2a317fb - Browse repository at this point
Copy the full SHA 2a317fbView commit details
Commits on Nov 3, 2018
-
srfrog committed
Nov 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 2101284 - Browse repository at this point
Copy the full SHA 2101284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 255f8f4 - Browse repository at this point
Copy the full SHA 255f8f4View commit details
Commits on Nov 6, 2018
-
renamed s3handler.send to s3handler.upload and removed all buffering. s3handler tests that bucket exists before working, we cant assume a region. s3handler.Close blocks until the upload is complete.
srfrog committedNov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 90a394a - Browse repository at this point
Copy the full SHA 90a394aView commit details -
srfrog committed
Nov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 1963b7c - Browse repository at this point
Copy the full SHA 1963b7cView commit details -
srfrog committed
Nov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for b38ea24 - Browse repository at this point
Copy the full SHA b38ea24View commit details -
added progress monitoring. fixed issues found by CI
srfrog committedNov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 03ae950 - Browse repository at this point
Copy the full SHA 03ae950View commit details
Commits on Nov 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3606eaa - Browse repository at this point
Copy the full SHA 3606eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7688e76 - Browse repository at this point
Copy the full SHA 7688e76View commit details
Commits on Nov 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a2af931 - Browse repository at this point
Copy the full SHA a2af931View commit details -
renamed writer.cleapup to writer.close
srfrog committedNov 8, 2018 Configuration menu - View commit details
-
Copy full SHA for f8dc111 - Browse repository at this point
Copy the full SHA f8dc111View commit details -
Merge branch 'master' of github.com:/dgraph-io/dgraph into feature/ro…
…admap-backups
srfrog committedNov 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 24c9258 - Browse repository at this point
Copy the full SHA 24c9258View commit details -
srfrog committed
Nov 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 4116b46 - Browse repository at this point
Copy the full SHA 4116b46View commit details -
Merge branch 'feature/roadmap-backups' of github.com:/dgraph-io/dgrap…
…h into feature/roadmap-backups
srfrog committedNov 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 1beefbf - Browse repository at this point
Copy the full SHA 1beefbfView commit details -
srfrog committed
Nov 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 7da0cae - Browse repository at this point
Copy the full SHA 7da0caeView commit details