Changes between Version 14 and Version 15 of nextcloud-admin
- Timestamp:
- Aug 19, 2017, 1:19:32 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nextcloud-admin
v14 v15 37 37 * Backup the database with: 38 38 {{{ 39 su -c "pg_dump nextcloud" www-data | gzip - > nextcloud.pre.$(date +%Y.%m.%d).backup.sql.gz39 su -c "pg_dump nextcloud" www-data > nextcloud.pre.$(date +%Y.%m.%d).backup.sql 40 40 }}} 41 41 * Ensure the dump completed successfully: