<p dir="ltr">Also you will need to backup any Django media files e.g. thumbnails and avatars.  There was an addition recently in master that includes a backup and restore command.  You may want to look at trying that out if you are able to update.  If not soon we will have a 2.6 release that will include it. </p>
<p dir="ltr">Dan</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Oct 17, 2016 09:11, "Paolo Corti" <<a href="mailto:pcorti@gmail.com">pcorti@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
I am not familiar with the directories where the package installer put<br>
things, but yes, these are all the things that you need to backup.<br>
Make sure to backup the data PostgreSQL database (together with the<br>
Django one) in case you are using PostgreSQL as a data store.<br>
p<br>
<br>
On Mon, Oct 17, 2016 at 10:06 AM, LEOPOLDO JAVIER NUNEZ DE SANTIAGO .<br>
<<a href="mailto:lnunezde@guanajuato.gob.mx">lnunezde@guanajuato.gob.mx</a>> wrote:<br>
><br>
> Hi, It is still validates this configuration to create a backup of your<br>
> entire system GeoNode 2.4:<br>
><br>
><br>
> Creating a backup<br>
> =================<br>
><br>
> #. Make a backup of the GeoNode database (PostgreSQL needs to be running)::<br>
><br>
>     sudo -u postgres -i pg_dump -c -Fc geonode > geonodedb.backup<br>
><br>
> #. Stop all services::<br>
><br>
>     sudo /etc/init.d/apache2 stop<br>
>     sudo /etc/init.d/tomcat6 stop<br>
>     sudo /etc/init.d/postgresql-8.4 stop<br>
><br>
> #. Backup Geonode config & GeoServer data directory::<br>
><br>
>     tar -cvzf geonodeConfigBackup.tgz /etc/geonode<br>
>     tar -cvzf geonodeDataBackup.tgz  /var/lib/geoserver/geonode-<wbr>data/<br>
><br>
> #. In addition, any templates, design changes, and/or CSS files will also<br>
> need to be captured.<br>
><br>
> #. Restart all services::<br>
><br>
>     sudo /etc/init.d/apache2 start<br>
>     sudo /etc/init.d/tomcat6 start<br>
>     sudo /etc/init.d/postgresql-8.4 start<br>
><br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> geonode-users mailing list<br>
> <a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/geonode-users</a><br>
><br>
<br>
<br>
<br>
--<br>
Paolo Corti<br>
Geospatial software developer<br>
web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
twitter: @capooti<br>
skype: capooti<br>
______________________________<wbr>_________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/geonode-users</a><br>
</blockquote></div></div>