phab/src/infrastructure/storage/managementproduction
phab/src/infrastructure/storage/management
production
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
29a3cd5121d9 | epriestley | Add "Manual Activities", to tell administrators to rebuild the search index | Nov 30 2016 | |||
9d0752063e1e | epriestley | Allow `bin/storage adjust` to adjust table engines | Nov 26 2016 | |||
ff3333548f8a | epriestley | Create and populate a stopwords table for InnoDB fulltext indexes to use in the… | Nov 26 2016 | |||
ce18a8e20820 | epriestley | Fix two setup issues arising from partitioning support | Nov 23 2016 | |||
0ed767b967b3 | epriestley | Fix a couple of partition migration bugs | Nov 22 2016 | |||
f89f7086922c | epriestley | Apply storage patches patch-by-patch, not database-by-database | Nov 22 2016 | |||
4da74166fe87 | epriestley | When storage is partitioned, refuse to serve requests unless web and databases… | Nov 22 2016 | |||
bac27fb40363 | epriestley | Remove "mysql.implementation" configuration | Nov 22 2016 | |||
326d5bf8004e | epriestley | Detect replicating masters and fatal (also, warn on nonreplicating replicas) | Nov 22 2016 | |||
78040e0ff577 | epriestley | Run "DatabaseSetup" checks against all configured hosts | Nov 22 2016 | |||
558d19430233 | epriestley | Update `bin/storage` workflows to accommodate multiple masters | Nov 13 2016 | |||
b7e51877c316 | epriestley | Make storage adjustment a little nicer, especially the first time | Sep 7 2016 | |||
7e365fd3f15b | epriestley | Allow `bin/storage renamespace` to work with underscores | Sep 6 2016 | |||
2c5b1dc20a6b | epriestley | Provide "--output" flags for "bin/storage renamespace" | Aug 17 2016 | |||
37b8ec5bb73e | epriestley | Provide an "--output" mode for "bin/storage dump" with better error handling | Aug 17 2016 | |||
f03214659104 | Eitan Adler | Convert bin/storage workflow to presume utf8mb4 as the default encoding | Aug 10 2016 | |||
68904d941c54 | Aviv Eyal/avivey | bin/storage shell: force TCP | Jul 22 2016 | |||
b352cae97de4 | epriestley | Don't stop on read-only mode for read-only storage workflows | May 30 2016 | |||
595f20381691 | epriestley | Correct RepositoryURI schema and propagate `adjust` exit code correctly | Apr 18 2016 | |||
7852ec16190f | epriestley | Use --master-data, not --dump-slave, in bin/storage dump | Apr 14 2016 | |||
bbb321395a96 | epriestley | Support Aphlict clustering | Apr 14 2016 | |||
5a0b7398cabd | epriestley | Give bin/storage some replica-aware options | Apr 14 2016 | |||
071741c61da7 | epriestley | When Phabricator is in read-only mode, explain why | Apr 10 2016 | |||
49d93dcf98aa | epriestley | Add a `cluster.read-only` option | Apr 9 2016 | |||
5f170847caa8 | epriestley | Throw a more tailored error when a `storage upgrade` patch can't access a… | Jan 21 2016 | |||
d37153f00304 | epriestley | Make `bin/storage upgrade` and `bin/storage adjust` emit detailed messages if… | Jan 21 2016 | |||
71646062852b | Joshua Spence | Add a lock to storage upgrade and adjustment | Dec 1 2015 | |||
d5cb3cd27729 | cburroughs | typo in storage message | Nov 19 2015 | |||
c35b564f4d32 | Joshua Spence | Various translation improvements | Nov 2 2015 | |||
ad53e7b87815 | epriestley | Record how long storage patches took to apply | Oct 24 2015 | |||
03fea7049760 | epriestley | Fix some header formatting in `bin/storage probe` | Oct 6 2015 | |||
68bb60e52f92 | Joshua Spence | Use PhutilConsoleTable in `./bin/storage probe` | Jun 19 2015 | |||
b6d745b66687 | Joshua Spence | Extend from Phobject | Jun 15 2015 | |||
f47e69c01594 | Joshua Spence | Mark some strings for translation | Jun 9 2015 | |||
bf81fda03609 | Joshua Spence | Linter fixes | Jun 2 2015 | |||
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
924b135d310b | epriestley | Add a `storage renamespace` for mangling SQL dumpfiles into a new namespace | Mar 18 2015 | |||
a65667443b04 | epriestley | Fix quickstart.sql for old MySQL | Mar 2 2015 | |||
9e82cfcc214b | epriestley | Use utf8_general_ci for "sort" columns in old MySQL | Feb 26 2015 | |||
28b23fd789dc | Eric/epriestley | Use --hex-blob flag in bin/storage dump | Feb 6 2015 | |||
1ecfa0313c48 | Joshua Spence | Add a `./bin/storage shell` command | Jan 29 2015 | |||
95fab5ee4f46 | epriestley | Fix an issue with `corpus` columns in Quickstart | Jan 27 2015 | |||
614f911217cf | epriestley | Regenerate Quickstart SQL | Jan 23 2015 | |||
e90695fc8332 | epriestley | When storage is not initialized, write the error message to stderr instead of… | Jan 20 2015 | |||
daadf955378c | Joshua Spence | Fix visibility of `PhutilArgumentWorkflow::didConstruct` methods | Jan 15 2015 | |||
b1a5d5a81548 | epriestley | Stop purging caches in bin/storage adjust | Jan 14 2015 | |||
a455e50e2998 | epriestley | Build a Conpherence thread index | Jan 6 2015 | |||
cb63a4bb6e8d | epriestley | Improve messaging and documentation around surplus schemata | Dec 29 2014 | |||
a17a36869254 | epriestley | Apply storage adjustments as part of storage upgrade | Nov 7 2014 | |||
dbef5660fccc | epriestley | Update the quickstart.sql | Nov 7 2014 | |||
000760b645b7 | epriestley | Do a better job of handling spec errors during schema adjustment | Nov 4 2014 | |||
18161d00a08d | epriestley | Update some storage documentation for new adjustment workflows | Nov 1 2014 | |||
f5c426639ced | epriestley | Document the adjustment workflow and warn users about adjusting old MySQL | Nov 1 2014 | |||
917da084176c | epriestley | Fix various MySQL version issues with new charset stuff | Oct 29 2014 | |||
3cf9a5820fc9 | Joshua Spence | Minor formatting changes | Oct 7 2014 | |||
0bbe3a6d2825 | Bob Trahan | Storage - fix more query errors by escaping collate_text and collate_sort | Oct 7 2014 | |||
928b4edffb66 | Bob Trahan | Storage - escape collation type in create database code pathway | Oct 6 2014 | |||
3463ce8a514f | epriestley | Create new databases with appropriate collation | Oct 3 2014 | |||
0a6473138fd6 | epriestley | Purge readthrough caches before applying schema adjustments | Oct 1 2014 | |||
5ce3575fb534 | epriestley | Fix `adjust` phases for keys | Oct 1 2014 | |||
300172e79991 | epriestley | Support AUTO_INCREMENT in `bin/storage adjust` | Oct 1 2014 | |||
0d7489da79bc | epriestley | Provide `bin/storage quickstart` to automate generation of `quickstart.sql` | Oct 1 2014 | |||
4fcc634a99dc | epriestley | Fix almost all remaining schemata issues | Oct 1 2014 | |||
a5ce56aa76e1 | epriestley | Allow `bin/storage adjust` to make key changes | Oct 1 2014 | |||
22ee8432d2bb | epriestley | Allow `bin/storage adjust` to correct column types and collations | Oct 1 2014 | |||
f7ee2c7467c6 | epriestley | Add `bin/storage adjust`, for adjusting schemata | Oct 1 2014 | |||
644ca4c3a3e7 | epriestley | Use --single-transaction in `bin/storage dump` | Sep 29 2014 | |||
12b53e003b22 | epriestley | Add a UI for reviewing database schemata | Sep 18 2014 | |||
b7b045830307 | Joshua Spence | Convert `./bin/storage status` to use `PhutilConsoleTable`. | Jun 21 2014 | |||
0a62f13464b8 | Joshua Spence/epriestley | Change double quotes to single quotes. | Jun 9 2014 | |||
e397103bf211 | epriestley | Extend all "ManagementWorkflow" classes from a base class | Dec 27 2013 | |||
6bd2251fa22c | epriestley | Possibly fix an issue with storage upgrade, see <https://github. | Oct 2 2013 | |||
caf4a086d4c4 | epriestley | Add missing `$port` property | Aug 27 2013 | |||
83c29da594bd | epriestley | Mark dead databases as "dead" and don't dump, probe, or list them | Jul 19 2013 | |||
d27e7c52b218 | Levi Jackson/epriestley | Add explicit `mysql.port` configuration | Jul 15 2013 | |||
a0c5a6cdb6f9 | epriestley | Use %P for all sensitive command construction in Phabricator | Jul 4 2013 | |||
fcb56c637182 | epriestley | Move "scripts/sql/probe.php" to "bin/storage probe" | Jul 3 2013 | |||
aa3e95cbeb80 | vrana | Cache connection in bin/storage | Jan 17 2013 | |||
2f6104bf8bd3 | Bob Trahan | add code to drop old databases | Jan 3 2013 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
fe8351c93071 | Edward Speyer | Delete stale fixtures with bin/storage destroy | Nov 1 2012 | |||
2628c9145470 | epriestley | Minor, MySQL requires -pxxx, not -p xxx for passwords. | Aug 17 2012 | |||
2a815e0715da | epriestley | Fix a PhutilOpaqueEnvelope issue with `bin/storage dump` | Aug 16 2012 | |||
534c0aa32693 | epriestley | Minor, move all storage/query/db code to src/infrastructure/storage | Jul 2 2012 |
c4science · Help