RESOLVED FIXED169263
Update ReadMe.md to use directory format for backing up & restoring the database
https://bugs.webkit.org/show_bug.cgi?id=169263
Summary Update ReadMe.md to use directory format for backing up & restoring the database
Ryosuke Niwa
Reported 2017-03-06 22:04:20 PST
Use pg_dump's directory format to more efficiently make backups.
Attachments
Updates ReadMe.md (2.79 KB, patch)
2017-03-06 22:07 PST, Ryosuke Niwa
no flags
Updates ReadMe.md (2.77 KB, patch)
2017-03-06 22:20 PST, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2017-03-06 22:07:40 PST
Created attachment 303622 [details] Updates ReadMe.md
Ryosuke Niwa
Comment 2 2017-03-06 22:20:20 PST
Created attachment 303624 [details] Updates ReadMe.md
Joseph Pecoraro
Comment 3 2017-03-07 14:55:32 PST
Comment on attachment 303624 [details] Updates ReadMe.md View in context: https://bugs.webkit.org/attachment.cgi?id=303624&action=review rs=me > Websites/perf.webkit.org/ReadMe.md:128 > +- Making the fullbackup of the database: `/Applications/Server.app/Contents/ServerRoot/usr/bin/pg_dump -h localhost webkit-perf-db --format=directory --file=<path to backup directory> --jobs=4 --no-owner --compress=7` Is <path to backup directory> treated as an HTML tag by markdown? In any case, such text pre-exists this change.
Ryosuke Niwa
Comment 4 2017-03-07 15:20:39 PST
(In reply to comment #3) > Comment on attachment 303624 [details] > Updates ReadMe.md > > View in context: > https://bugs.webkit.org/attachment.cgi?id=303624&action=review > > rs=me > > > Websites/perf.webkit.org/ReadMe.md:128 > > +- Making the fullbackup of the database: `/Applications/Server.app/Contents/ServerRoot/usr/bin/pg_dump -h localhost webkit-perf-db --format=directory --file=<path to backup directory> --jobs=4 --no-owner --compress=7` > > Is <path to backup directory> treated as an HTML tag by markdown? In any > case, such text pre-exists this change. I don't think so at least when it's wrapped in ``.
Ryosuke Niwa
Comment 5 2017-03-07 15:21:54 PST
Comment on attachment 303624 [details] Updates ReadMe.md Clearing flags on attachment: 303624 Committed r213548: <http://trac.webkit.org/changeset/213548>
Ryosuke Niwa
Comment 6 2017-03-07 15:22:00 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.