- Author(s): EE-Team
- Last updated: Nov 19, 2019
- Discussion at: https://github.com/pingcap-incubator/discourse/issues/
The proposal aims at:
- Eating our own dog food;
- Connecting TiDB Community with Discourse Community and Ruby On Rails Community;
The TiDB User Group Website: AskTUG is running on Discourse, and Discourse is running on PostgreSQL. We want to migrate it to TiDB. Then we can frequently test TiDB before each release.
We will make these changes:
- Make most SQL statements of Discourse run on MySQL;
- Add new elastic search componentinstead of PostgreSQL's full-text search;
- Migrate from MySQL to TiDB, and fix potential compatibility problems;
Translate SQL statements from PostgreSQL to MySQL within Rails's ORM
There is no compatibility issues to TiDB.
- Migrate Discourse from PostgreSQL to MySQL. @hooopo till Dec 5, 2019
- Migrate Discourse from MySQL to TiDB, @wd0517 till Dec 15, 2019
No issues.