Ask the Community
Groups
Tip: Make a current Traverse database backup - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION:</strong></p> <p>How do I backup my database for a BVE or DGE server?</p> <p><strong>SOLUTION:</strong></p> <p>To make a current backup of a Traverse server (BVE or DGE), please run the below:</p> <p>where <TRAVERSE_HOME> is the traverse installation directory</p> <p><strong>On Windows:<br></strong></p> <p>* open a DOS command prompt using Run as administrator </p> <div> <pre class="code codeBlock" spellcheck="false" tabindex="0">cd <TRAVERSE_HOME> utils\db_backup.cmd </pre> </div> <p> </p> <p><strong>On Linux:</strong></p> <p>From a shell:</p> <div> <pre class="code codeBlock" spellcheck="false" tabindex="0">cd <TRAVERSE_HOME> sudo utils/db_backup.sh </pre> </div> </article> </main>