barman + barman can show the details from backup directory
we have linux machine as backup server with barman tool
when I want to see the details backup with the command barman show-backup
then I get the following exceptions
# barman show-backup main-db-server 20170717T122533
Backup 20170717T122533:
Server Name : main-db-server
Status : STARTED
EXCEPTION: 'children_timelines'
See log file for more details.
example of my backup folder on my backup server:
# ls -l /var/lib/barman/main-db-server/base
total 0
drwxr-xr-x 3 barman barman 35 Jul 17 11:23 20170717T112317
drwxr-xr-x 3 barman barman 35 Jul 17 11:30 20170717T113012
drwxr-xr-x 3 barman barman 35 Jul 17 11:35 20170717T113536
.
.
please advice what is the error about children_timelines sand how to fix it in order to restore the backup on DB server
backup restore linux barman
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
we have linux machine as backup server with barman tool
when I want to see the details backup with the command barman show-backup
then I get the following exceptions
# barman show-backup main-db-server 20170717T122533
Backup 20170717T122533:
Server Name : main-db-server
Status : STARTED
EXCEPTION: 'children_timelines'
See log file for more details.
example of my backup folder on my backup server:
# ls -l /var/lib/barman/main-db-server/base
total 0
drwxr-xr-x 3 barman barman 35 Jul 17 11:23 20170717T112317
drwxr-xr-x 3 barman barman 35 Jul 17 11:30 20170717T113012
drwxr-xr-x 3 barman barman 35 Jul 17 11:35 20170717T113536
.
.
please advice what is the error about children_timelines sand how to fix it in order to restore the backup on DB server
backup restore linux barman
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
we have linux machine as backup server with barman tool
when I want to see the details backup with the command barman show-backup
then I get the following exceptions
# barman show-backup main-db-server 20170717T122533
Backup 20170717T122533:
Server Name : main-db-server
Status : STARTED
EXCEPTION: 'children_timelines'
See log file for more details.
example of my backup folder on my backup server:
# ls -l /var/lib/barman/main-db-server/base
total 0
drwxr-xr-x 3 barman barman 35 Jul 17 11:23 20170717T112317
drwxr-xr-x 3 barman barman 35 Jul 17 11:30 20170717T113012
drwxr-xr-x 3 barman barman 35 Jul 17 11:35 20170717T113536
.
.
please advice what is the error about children_timelines sand how to fix it in order to restore the backup on DB server
backup restore linux barman
we have linux machine as backup server with barman tool
when I want to see the details backup with the command barman show-backup
then I get the following exceptions
# barman show-backup main-db-server 20170717T122533
Backup 20170717T122533:
Server Name : main-db-server
Status : STARTED
EXCEPTION: 'children_timelines'
See log file for more details.
example of my backup folder on my backup server:
# ls -l /var/lib/barman/main-db-server/base
total 0
drwxr-xr-x 3 barman barman 35 Jul 17 11:23 20170717T112317
drwxr-xr-x 3 barman barman 35 Jul 17 11:30 20170717T113012
drwxr-xr-x 3 barman barman 35 Jul 17 11:35 20170717T113536
.
.
please advice what is the error about children_timelines sand how to fix it in order to restore the backup on DB server
backup restore linux barman
backup restore linux barman
asked Jul 19 '17 at 4:54
yaelyael
1
1
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
that's been fixed in the latest 2.2 release.
This is the actual fix: https://github.com/2ndquadrant-it/barman/commit/e0d2e9044c1d3c4bf234024f90b6836cb0846ca4
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f180192%2fbarman-barman-can-show-the-details-from-backup-directory%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
that's been fixed in the latest 2.2 release.
This is the actual fix: https://github.com/2ndquadrant-it/barman/commit/e0d2e9044c1d3c4bf234024f90b6836cb0846ca4
add a comment |
that's been fixed in the latest 2.2 release.
This is the actual fix: https://github.com/2ndquadrant-it/barman/commit/e0d2e9044c1d3c4bf234024f90b6836cb0846ca4
add a comment |
that's been fixed in the latest 2.2 release.
This is the actual fix: https://github.com/2ndquadrant-it/barman/commit/e0d2e9044c1d3c4bf234024f90b6836cb0846ca4
that's been fixed in the latest 2.2 release.
This is the actual fix: https://github.com/2ndquadrant-it/barman/commit/e0d2e9044c1d3c4bf234024f90b6836cb0846ca4
answered Jul 20 '17 at 21:47
Gabriele BartoliniGabriele Bartolini
663
663
add a comment |
add a comment |
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f180192%2fbarman-barman-can-show-the-details-from-backup-directory%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown