Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MariaDB port #38

Closed
31 tasks done
HannaLindgren opened this issue Apr 15, 2020 · 0 comments
Closed
31 tasks done

MariaDB port #38

HannaLindgren opened this issue Apr 15, 2020 · 0 comments
Assignees

Comments

@HannaLindgren
Copy link
Member

HannaLindgren commented Apr 15, 2020

  • master (sqlite) branch ported for mysql: mariadb
  • master (sqlite) branch with interface structure: sqlite_if
  • pre-check for potential conflicts (cf execSchema)
  • new branch from master: dbif_merge_test2
    • merge in branches mariadb and sqlite_if
    • resolve conflicts
    • run all tests (for both db types)
  • specify db type
    • when starting pronlex server
    • when running unit tests (?)
    • command line utilities
  • setup scripts
    • setup.sh
    • start_server.sh
    • import.sh
    • import_fromlexfiles.sh
    • update README.md in root folder to match new script usage/options
  • create dump files (Create MariaDB SQL dump files #42)
  • merge to master
  • rename default databases in pronlex and update wikispeech_mockup to reflect this (wikispeech_testdb/speechoid_lexserver_demo => wikispeech_lexserver_demo etc)
  • calling mysql client with data source name (DSN) (Calling mysql client with data source name (DSN) #47)
  • tests
  • existing docs
  • new docs for mariadb as needed
    • configure mariadb user(s)
    • call setup/import scripts with create database privileges
    • $ (sudo) mysql -u root < scripts/mariadb_setup.sql
    • supported mariadb version(s)
  • utility scripts for adding/deleting mariadb database (create database + grant all .... it's hard to remember the details) - in scripts/setup.sh
HannaLindgren added a commit that referenced this issue Apr 16, 2020
HannaLindgren added a commit that referenced this issue Apr 20, 2020
HannaLindgren added a commit that referenced this issue Apr 20, 2020
@HannaLindgren HannaLindgren pinned this issue Apr 23, 2020
HannaLindgren added a commit that referenced this issue Apr 24, 2020
HannaLindgren added a commit that referenced this issue Apr 24, 2020
@HannaLindgren HannaLindgren unpinned this issue Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants