summaryrefslogtreecommitdiff
path: root/trove/guestagent/datastore/mysql_common
Commit message (Expand)AuthorAgeFilesLines
* Run reset master when setting up mysql replicasLingxian Kong2021-08-021-19/+34
* Add periodic task to remove postgres archived wal filesLingxian Kong2021-07-231-11/+17
* Fix getting config option value for databaseLingxian Kong2021-07-142-4/+7
* Keep user defined configuration after resizing instanceLingxian Kong2021-07-102-7/+2
* Use bridge network for db containerLingxian Kong2021-06-222-2/+11
* Fix sqlalchemy engine listenerLingxian Kong2021-06-161-2/+4
* Improve guest agent when startBo Tran2021-03-251-4/+7
* Fix upgrading instance datastore versionLingxian Kong2020-11-081-0/+5
* Fix restore encrypted backupLingxian Kong2020-10-291-0/+3
* Support mysql 8.0Lingxian Kong2020-10-232-27/+23
* Remove six usage and basestring checkwangzihao2020-10-161-3/+1
* Remove six.moveswangzihao2020-10-091-1/+1
* [Postgresql] Adding config parametersLingxian Kong2020-10-012-3/+2
* Fix some API calls for PostgreSQLLingxian Kong2020-09-132-4/+1
* [Postgresql] Create replicaLingxian Kong2020-09-111-64/+3
* Postgresql: Backup and restoreLingxian Kong2020-09-072-120/+17
* Improve docker image for database backup/restoreLingxian Kong2020-09-021-2/+2
* PostgreSQL supportLingxian Kong2020-09-012-183/+45
* Support to rebuild instance by adminLingxian Kong2020-08-062-37/+67
* Fix the slow start of mariadb containerLingxian Kong2020-07-181-0/+1
* Support backup strategy APILingxian Kong2020-07-171-3/+15
* Set status to ERROR if heartbeat expiresLingxian Kong2020-06-042-17/+38
* Datastore containerizationLingxian Kong2020-05-272-845/+686
* Change @property usage to functionLingxian Kong2020-04-041-2/+1
* Improve the function testsLingxian Kong2020-01-282-25/+27
* Fix unmount path for instance upgradeLingxian Kong2019-12-271-1/+1
* Support HEALTHY status for db instanceLingxian Kong2019-12-142-24/+46
* Fix mariadb CI - trove-scenario-mariadb-singleLingxian Kong2019-12-052-27/+48
* Use newer style mysql syntax for users/passwordsSam Morrison2019-06-191-11/+23
* Changing file owner when upgrading mariadbKasper Hasior2019-04-241-7/+10
* Fix mariadb status after upgradeKasper Hasior2019-04-081-0/+1
* Merge "Do not use self in classmethod"Zuul2019-01-241-1/+1
|\
| * Do not use self in classmethodzhufl2019-01-101-1/+1
* | Merge "Add image setup to trove devstack plugin"Zuul2019-01-161-2/+2
|\ \
| * | Add image setup to trove devstack pluginDariusz Krol2018-12-141-2/+2
| |/
* | Use existing CNF_INCLUDE_DIR to create mysql-flavor directoryTomasz Nowak2018-12-171-4/+3
|/
* fix tox python3 overridesMarcin Piwowarczyk2018-09-181-1/+1
* report_root should always use context.userZhao Chao2018-02-071-1/+1
* Remove log translationsZhao Chao2018-01-242-41/+40
* Add support for MySQL 5.7 on Ubuntu XenialLuke Browning2018-01-081-2/+13
* Merge "Fix mysql instance create failed when enable skip-name-resolve"Zuul2017-11-081-2/+2
|\
| * Fix mysql instance create failed when enable skip-name-resolvechengyang2017-11-071-2/+2
* | TrivialFix: Redundant alias in import statementDao Cong Tien2017-10-181-1/+1
|/
* Handle log message interpolation by the logger part 9Gábor Antal2017-03-062-38/+41
* Add i18n translation to guestagent datastore 5/5Trevor McCasland2016-12-202-9/+9
* Various post-upgrade fixesMatt Van Dijk2016-11-291-0/+1
* Fail on deleting non-existing databasePetr Malik2016-11-161-2/+2
* Improve guestagent datastore modelsMatt Van Dijk2016-10-121-32/+30
* Allow for invalid packet sequence in keepalivePeter Stachowski2016-09-131-0/+9
* Implement Instance UpgradeMorgan Jones2016-09-081-0/+50