Changes between Version 14 and Version 15 of nextcloud-admin


Ignore:
Timestamp:
Aug 19, 2017, 1:19:32 AM (8 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nextcloud-admin

    v14 v15  
    3737 * Backup the database with:
    3838{{{
    39 su -c "pg_dump nextcloud" www-data | gzip - > nextcloud.pre.$(date +%Y.%m.%d).backup.sql.gz
     39su -c "pg_dump nextcloud" www-data > nextcloud.pre.$(date +%Y.%m.%d).backup.sql
    4040}}}
    4141 * Ensure the dump completed successfully: