-
Notifications
You must be signed in to change notification settings - Fork 855
Completely export views dump restore #6466
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< 8000 /a>. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jsteemann
merged 14 commits into
devel
from
bugfix/completely-export-views-dump-restore
Sep 12, 2018
Merged
Completely export views dump restore #6466
jsteemann
merged 14 commits into
devel
from
bugfix/completely-export-views-dump-restore
Sep 12, 2018
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<
8000
pre class="color-fg-muted ws-pre-wrap">…on/inventory`.
…verything is exported.
…port-views-dump-restore
…port-views-dump-restore
…ore errors. Now also in single server.
…port-views-dump-restore
…port-views-dump-restore
ObiWahn
added a commit
that referenced
this pull request
Sep 12, 2018
…ture/aql-blocks-by-line * 'devel' of https://github.com/arangodb/arangodb: minor issues (#6471) Fix ReadOnly Mode without auth-enabled (#6478) add extra wait for MMFiles added comments Completely export views dump restore (#6466) fix typo in string fix error message (backlog/#479) fix cluster index selectivity (#6467) fix init-order fiasco forward-ported from 3.4 branch feature-3.4/aql-extensions-080908 (#6462) align mmfiles index elements to at least pointer alignment (#6460) more log verbosity for replication testing Surpress ArangoSearch failing tests (#6465)
maierlars
pushed a commit
that referenced
this pull request
Sep 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that
2F0D
can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR changes the following things:
_api/replication/inventory
and_api/repliation/clusterInventory
no longer show indexes of typearangosearch
per collection, but export view with more details and a complete list of links as expected byPOST /_api/view
andPUT|PATCH /_api/view/<name>/properties
.arangorestore
creates collections first, then restores views and then imports data. (Previously views have been created before collections. This was done because adding links via indexes required existing views)Note: This is the devel branch. As soon as it is approved, I will cherry-pick the changes to 3.4.
TODO:
Fixes arangodb/team-clifton-planning#12
Fixes arangodb/team-clifton-planning#11