Ask the Community
Groups
Remove a pending vaulting job from vaulting queue - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>Remove a pending vaulting job from vaulting queue</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p></p> <h3 data-id="purpose">Purpose</h3> <p>Remove a vaulting job from the vaulting queue.</p> <h3 data-id="description">Description</h3> <p>These steps allow the removal of a vaulting job from the vaulting queue.</p> <h3 data-id="cause">Cause</h3> <p>A vaulting job was previously queued and is no longer needed for offsite vaulting. This may be required if a client was previously configured for vaulting and the vaulting option for this client is disabled before all vaulting jobs complete.</p> <h3 data-id="resolution">Resolution</h3> <p><span style="font-family: courier;">psql -U postgres bpdb -c update bp.backups set sync_status ='0' where backup_no = 'xxxxx'</span></p> Example: <p><span style="font-family: courier;">psql -U postgres bpdb -c update bp.backups set sync_status ='0' where backup_no = '33085'</span></p> <h3 data-id="third-party-sources">Third-Party Sources</h3> </article> </main>