Discussions
Activity
Sign In
How it works
Superdesk Development
backup e restore - elasticdump
Vote Up
0
Vote Down
Pedro Airton da Silva
April 2017
Posts: 104
Member
Gentlemen,
I am using the scripts described below to
To back up a Moneda base from Superedesk and
Restore on another machine,
But Restore does not
Is working as it should, that is,
Restore does not update the colletions in the mongo ..
Error Messages: Duplicate Keys
what is missing ?
Someone could give me some help. About this problem
Backup Script================
#!/bin/bash
mongodump
elasticdump \
--input=
http://localhost:9200/superdesk
\
--output=/var/lib/mongodb/index_mapping.json \
--type=mapping
elasticdump \
--input=
http://localhost:9200/superdesk
\
--output=/var/lib/mongodb/index_data.json \
--type=data
Script do Restore
=================
#!/bin/bash
mongorestore dump
elasticdump \
--output=
http://localhost:9200/superdesk
\
--input=/var/lib/mongodb/index_mapping.json \
elasticdump \
--output=
http://localhost:9200/superdesk
\
--input=/var/lib/mongodb/index_data.json
2 Comments
sorted by
Votes
Date Added
Vote Up
0
Vote Down
Grisha Kostyuk
April 2017
Posts: 52
Member, Sourcefabric Team
Try to install another version of "mongodump"
apt install mongodb-org-tools
it should be something like:
# mongodump --version
mongodump version: r3.2.12
git version: aa57de98d94e086fb44608a6d29ab8323613abea
Go version: go1.7
os: linux
arch: amd64
compiler: gc
OpenSSL version: OpenSSL 1.0.2g 1 Mar 2016
Vote Up
0
Vote Down
Pedro Airton da Silva
April 2017
Posts: 104
Member
Thanks Grisha
I will do according to your orientation ... and as soon as I have the results, I will post it here in the forum ..
Add a Comment
Start a New Discussion
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
8,397
Sourcefabric
↳
Announcements
25
Newscoop
↳
Newscoop Support
2,189
↳
Newscoop Development
722
↳
Newscoop Security
13
↳
Newscoop Documentation
17
↳
Newscoop Themes
69
Airtime
↳
Airtime Support
3,139
↳
Airtime Development
1,286
↳
Airtime Français
146
↳
Airtime Documentation
14
↳
Airtime Hacks
102
↳
Promote your station!
37
↳
Airtime Security
11
Booktype
↳
Booktype Support
277
↳
Booktype Development
55
↳
Booktype Documentation
7
Superdesk
↳
Superdesk Development
264
↳
Web Publisher
21
Poll
No poll attached to this discussion.
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339