Changes between Version 18 and Version 19 of nextcloud-admin
- Timestamp:
- Apr 18, 2018, 11:37:44 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nextcloud-admin
v18 v19 37 37 * Backup the database with: 38 38 {{{ 39 su -c "pg_dump nextcloud" www-data > nextcloud.pre.$(date +%Y.%m.%d).backup.sql 40 }}} 41 * Ensure the dump completed successfully: 42 {{{ 43 tail 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 44 40 }}} 45 41 * Make a backup of the current nextcloud installation: