<div dir="ltr"><br clear="all"><div><p style="margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);font-family:calibri,arial,helvetica,sans-serif;font-size:16px"><span id="gmail-x_result_box" class="gmail-" lang="en"><span class="gmail-">Hi, It is</span> still <span class="gmail-">validates</span> this configuration to create a backup of your entire system <span class="gmail-">GeoNode 2.4:</span></span><br></p><p style="margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);font-family:calibri,arial,helvetica,sans-serif;font-size:16px"><span class="gmail-" lang="en"><br></span></p><p style="margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);font-family:calibri,arial,helvetica,sans-serif;font-size:16px"><span class="gmail-" lang="en"><span class="gmail-"></span></span></p><pre style="color:rgb(0,0,0);font-size:16px;word-wrap:break-word;white-space:pre-wrap">Creating a backup
=================

#. Make a backup of the GeoNode database (PostgreSQL needs to be running)::

    sudo -u postgres -i pg_dump -c -Fc geonode > geonodedb.backup

#. Stop all services::

    sudo /etc/init.d/apache2 stop
    sudo /etc/init.d/tomcat6 stop
    sudo /etc/init.d/postgresql-8.4 stop

#. Backup Geonode config & GeoServer data directory::

    tar -cvzf geonodeConfigBackup.tgz /etc/geonode
    tar -cvzf geonodeDataBackup.tgz  /var/lib/geoserver/geonode-data/

#. In addition, any templates, design changes, and/or CSS files will also need to be captured.

#. Restart all services::

    sudo /etc/init.d/apache2 start
    sudo /etc/init.d/tomcat6 start
    sudo /etc/init.d/postgresql-8.4 start</pre></div><div><br></div><div class="gmail_signature"><div dir="ltr"><br></div></div>
</div>