Ask the Community
Groups
Update backup status - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>This article provides the command that allows your to change the backup status.</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p>There are rare occasions when a backup status needs to be changed to failed. </p> <h2 data-id="resolution"><strong>RESOLUTION</strong></h2> <p></p> <ol><li>Run a backup history report to identify the backup number or id.</li></ol><div><img alt="User-added image" height="481" src="https://us.v-cdn.net/6032361/uploads/migrated/V4CC7UBGGMTR/eid-ka03r0000015acr-feoid-00n40000003czqx-refid-0em3r000000xtfs." width="500" class="embedImage-img importedEmbed-img"></img></div> <ol start="2"><li>From a command line, run the following command to change the backup status to a 'failed' status. <pre class="code codeBlock" spellcheck="false" tabindex="0"> psql bpdb -U postgres -c "update bp.backups set status = 21568 where backup_no=43881"</pre> <br> In the example above, we are changing backup 43881 to a failed status.</li></ol><h2 data-id="cause"><strong>CAUSE</strong></h2> <p>The backup job does not complete its final update process.</p> </article> </main>