Changes between Version 19 and Version 20 of nextcloud-admin
- Timestamp:
- Apr 18, 2018, 11:42:41 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nextcloud-admin
v19 v20 37 37 * Backup the database with: 38 38 {{{ 39 su -c "pg_dump nextcloud" www-data | gzip -c > nextcloud.pre.$(date +%Y.%m.%d).backup.sql 39 su -c "pg_dump nextcloud" www-data | gzip -c > nextcloud.pre.$(date +%Y.%m.%d).backup.sql.gz 40 40 }}} 41 41 * Make a backup of the current nextcloud installation: