Changes between Version 153 and Version 154 of members/GRIP-UQAM
- Timestamp:
- Jul 22, 2016, 5:30:54 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v153 v154 145 145 {{{#!sh 146 146 $ pg_dump -Fc --verbose --file=<file name (.data)> <database name> 147 }}} 148 * Drupal backup https://www.drupal.org/node/2607038#comment-11204141 149 {{{#!sh 150 PGPASSWORD="" pg_dumpall -w -U <user> -h /var/run/postgresql -p 5432 -l user -f /.../<user>-2016-07-22-10-17-49.sql 147 151 }}} 148 152 * Restore the data base as a different user eg. to clone a Drupal website (bad idea to clone a drupal website)