boulder/docs/database
Roland Shoemaker be751bd948 Merge master 2015-08-25 16:52:24 -07:00
..
README.md add goose as the migration tool 2015-08-25 12:02:31 -07:00
db_schema-pa.sql Initial review fixes 2015-08-14 16:44:44 -07:00
db_users-ca.sql Database schema and default users. 2015-06-08 10:47:38 -07:00
db_users-main.sql Database schema and default users. 2015-06-08 10:47:38 -07:00

README.md

The sql files here define the database user relationships between the various databases and services. Implementors should use these as starting points for their own configuration. The actual schemas are managed by goose and can be found in ./ca/_db and ./sa/_db.

The currently supported database is MariaDB 10.

The databases that boulder requires to operate in development and testing can be created using test/create_db.sh. It uses the root MariaDB user, so if you have disabled that account you may have to adjust the file or recreate the commands.