Commit Graph

36 Commits

Author SHA1 Message Date
Adnan Abdulhussein
e5382b5e0d Add Docker Hub automated build badge 2016-08-26 17:37:16 -07:00
Sameer Naik
177882fc30 license: updated copyright years 2016-08-02 15:50:54 +05:30
Sameer Naik
10acebb2e3 readme: use /path/to/mariadb-persistence and /path/to/mariadb-backups in examples (#48) 2016-05-20 16:40:58 -07:00
Sameer Naik
2ca9883fdf test: can create custom database with - character in the name (#46)
* test: can create custom database with `-` character in the name

* fix version in changelog
2016-05-18 15:44:55 -07:00
Sameer Naik
58a7eb5528 readme fixes 2016-05-06 17:06:17 +05:30
Sameer Naik
f1199b0bbb upgrade to mariadb-10.1.13-5 (#7)
* upgrade to gcr.io/stacksmith-images/ubuntu:14.04-r06

* upgrade to mariadb-10.1.13-2

* create custom database with `MARIADB_DATABASE` env

* create custom user with `MARIADB_USER` env

* tests: Can create custom database with password for root

* can specify password for root with `MARIADB_ROOT_PASSWORD`

* upgrade to `mariadb-10.1.13-3`

* fixed test to create custom database with password for root

* organize dockerfile

* `chown` the volume only when `harpoon start` is the CMD

The `mysql` user is created when `harpoon initialize` is called. Until
that time we cannot use `mysql` user in `chown` commands.

* adds env vars to configure master/slave replication

* bump version to mariadb-10.1.13-4

* tests: added master/slave replication tests

* bump version to `mariadb-10.1.13-4`

* tests: fixed for changes in `mariadb-10.1.13-5`

Since `mariadb-10.1.13-5` the root user password can only be set using
the `MARIADB_ROOT_PASSWORD` environment variable.

* tests: added slave recovery test

* readme updated
2016-05-06 16:59:53 +05:30
Sameer Naik
de66df2292 readme fixes 2016-04-19 22:13:56 +05:30
Sameer Naik
36128f6670 updated readme (#6) 2016-04-19 22:11:16 +05:30
Sameer Naik
e37a7b6dd8 fix documentation of "Setting up a replication cluster" 2015-10-29 11:56:24 +05:30
Sameer Naik
e677f04740 create_user: automatically fetch user/password and database from master link in slave 2015-09-11 11:28:30 +05:30
Sameer Naik
f1d23c68d0 added MARIADB_ prefix to replication parameters 2015-09-10 23:33:41 +05:30
Sameer Naik
dc6a5b3eed renamed master nodes link auto discovery link name to master from mariadb-master 2015-09-10 22:06:49 +05:30
Sameer Naik
587c76951b readme: document setting up replication cluster 2015-09-10 14:37:23 +05:30
Sameer Naik
51d4e1eeac fix links to hub.docker.com 2015-08-08 12:07:37 +05:30
Adnan Abdulhussein
d784bc21d6 Add build status to README 2015-06-19 18:06:04 -07:00
Adnan Abdulhussein
18681d0ef1 Add testing section to README 2015-06-19 16:22:17 -07:00
Adnan Abdulhussein
90189180ac Documentation changes
- remove version numbers
  - link to project
  - use same volume paths in docker run and compose
  - always recommend backing up
2015-06-19 14:26:57 -07:00
Adnan Abdulhussein
60818a2897 Add Apache 2.0 License 2015-06-19 11:47:24 -07:00
Adnan Abdulhussein
0fcd96ed40 Merge pull request #5 from sameersbn/readme-mariadb-user-password
readme: added note about using `MARIADB_USER` and `MARIADB_PASSWORD` together
2015-06-18 09:01:38 -07:00
Adnan Abdulhussein
460c699c4b Merge pull request #4 from sameersbn/link-to-docker-hub-image-page
readme: link to `bitnami/mariadb` on docker hub
2015-06-18 09:00:00 -07:00
Sameer Naik
23c2874693 readme: added note about using MARIADB_USER and MARIADB_PASSWORD together 2015-06-18 16:26:09 +05:30
Sameer Naik
8e47c49996 readme: link to bitnami/mariadb on docker hub 2015-06-18 15:58:33 +05:30
Sameer Naik
004040b389 readme: fix build instructions 2015-06-18 15:08:56 +05:30
Adnan Abdulhussein
be035df456 Fix README for Docker Hub compatibility 2015-06-17 18:48:26 -07:00
Miguel Martinez
a3077fa5d8 Bump new version 5.5.42-2 2015-06-17 17:18:32 -07:00
Miguel Martinez
f033d81277 Bump new version 5.5.42-2 2015-06-17 17:14:56 -07:00
Adnan Abdulhussein
7c681ab775 Update README - use relative paths for docker compose 2015-06-16 21:21:16 -07:00
Miguel Martinez
8b5a442653 Fixing readme paths 2015-06-15 18:54:55 -07:00
Adnan Abdulhussein
698b762fa4 Make terminology more consistent and other fixes in documentation 2015-06-10 23:37:34 -07:00
Adnan Abdulhussein
6a40dc3a22 Correct docker-compose remove command in README 2015-06-10 15:02:19 -07:00
Adnan Abdulhussein
6679c9e9b7 Improved README 2015-06-10 14:47:46 -07:00
Adnan Abdulhussein
fef783248e Cleanup and documentation 2015-05-29 14:50:46 -07:00
Adnan Abdulhussein
eafa3e5ae3 Document which mysqld options cannot be overridden 2015-05-20 20:07:10 -07:00
Adnan Abdulhussein
3a9f0115c6 Fix my.cnf for mysql client, simplify mysql client command 2015-05-20 20:07:10 -07:00
Adnan Abdulhussein
d5f2a83d46 Add log file support to mariadb 2015-05-20 20:07:10 -07:00
Adnan Abdulhussein
a5d0e18656 Add README for mariadb 2015-05-19 22:07:02 -07:00