Sameer Naik
24c6a7c02e
Merge branch 'conf-volume'
2015-08-10 23:44:05 +05:30
Sameer Naik
1eb940dad0
added `conf` volume
2015-08-10 23:42:16 +05:30
Sameer Naik
7f344811f2
fix typo
2015-08-10 23:28:41 +05:30
Sameer Naik
c8fd8ab5bf
Merge branch 'tests'
2015-08-10 23:20:24 +05:30
Sameer Naik
f97638d156
tests: "Data gets generated in data and logs if bind mounted in the host"
2015-08-10 23:18:07 +05:30
Sameer Naik
9a8f8225e6
tests: "All the volumes exposed"
2015-08-10 23:15:22 +05:30
Sameer Naik
d60f22808a
tests: "If host mounted, password and settings are preserved after deletion"
2015-08-10 23:13:03 +05:30
Sameer Naik
574237beb5
tests: "User and password settings are preserved after restart"
2015-08-10 23:10:37 +05:30
Sameer Naik
44f7753886
"Create custom user and database with password"
2015-08-10 23:10:37 +05:30
Sameer Naik
199f410130
tests: "Can't create a custom user without database"
2015-08-10 23:10:37 +05:30
Sameer Naik
2f7811a1ef
tests: "Custom database created"
2015-08-10 23:10:37 +05:30
Sameer Naik
3ee474a745
tests: "User postgres is superuser"
2015-08-10 23:10:37 +05:30
Sameer Naik
3bfc8feaf5
tests: "User postgres created with password"
2015-08-10 23:10:37 +05:30
Sameer Naik
7dfde6e416
tests: "Port 5432 exposed and accepting external connections"
2015-08-10 23:10:37 +05:30
Sameer Naik
132ba9bbf8
`chown` the `data` directory before calling `initdb`
...
since `initdb` is launched as the `postgres` user, we need to ensure
that the `data` directory is owned by the `postgres` user
2015-08-10 23:09:41 +05:30
Sameer Naik
d22b84c38a
do `export LD_LIBRARY_PATH` in the `postgres` command detection block
2015-08-10 22:42:10 +05:30
Sameer Naik
e0a2bc5122
fix shebang :)
2015-08-10 15:02:37 +05:30
Sameer Naik
624abc2c5c
tail postgresql logs
2015-08-10 14:40:54 +05:30
Sameer Naik
2a04c83d9c
log `postgresql.log` in `logs` volume
2015-08-08 22:39:52 +05:30
Sameer Naik
f7451f4319
initial creation
2015-08-08 22:39:48 +05:30
Sameer Naik
dd5ce48c57
fix links to `hub.docker.com`
2015-08-08 12:09:42 +05:30
Sameer Naik
f9f7e66984
fix links to `hub.docker.com`
2015-08-08 12:09:25 +05:30
Sameer Naik
609eaa6d28
fix links to `hub.docker.com`
2015-08-08 12:09:11 +05:30
Sameer Naik
63654145f0
fix links to `hub.docker.com`
2015-08-08 12:08:51 +05:30
Sameer Naik
15f903e533
fix links to `hub.docker.com`
2015-08-08 12:08:32 +05:30
Sameer Naik
2d8633cf2b
fix links to `hub.docker.com`
2015-08-08 12:08:16 +05:30
Sameer Naik
5c009e4f5f
fix links to `hub.docker.com`
2015-08-08 12:07:58 +05:30
Sameer Naik
51d4e1eeac
fix links to `hub.docker.com`
2015-08-08 12:07:37 +05:30
Sameer Naik
191221caa9
fix links to `hub.docker.com`
2015-08-08 12:00:10 +05:30
Adnan Abdulhussein
104286a706
Merge pull request #1 from bitnami/create-users-and-databases
...
creation of users and databases using env variables
2015-08-06 12:25:06 -07:00
Sameer Naik
7a6787d3a9
added note about always specifying `MONGODB_PASSWORD` to enable authentication
2015-08-06 11:15:15 +05:30
Sameer Naik
a185d7ca3b
added `--auth` argument to `mongod` when `MONGODB_PASSWORD` is specified
2015-08-06 00:02:31 +05:30
Sameer Naik
97e455c3ac
wait for mongod server to accept connections before creating users/databases
2015-08-05 20:17:12 +05:30
Sameer Naik
1b134b7343
added README
2015-08-05 20:17:12 +05:30
Sameer Naik
c5215dfb8d
added tests
2015-08-05 20:17:12 +05:30
Sameer Naik
69b6068de9
creation of users and databases using env variables
...
Added `MONGODB_USER`, `MONGODB_PASSWORD` and `MONGODB_DATABASE` parameters to
create user and database at first run.
The `MONGODB_USER` (default: `root`) and `MONGODB_PASSWORD` parameters
indicate if authentication `--auth` is enabled on the server,
else the server allows unauthenticated access.
The user is created only if `MONGODB_PASSWORD` is also specified. The
default `root` user is assigned `userAdminAnyDatabase` role on the
`admin` database giving the `root` user complete administrative
access to the mongo server.
2015-08-05 20:17:12 +05:30
Sameer Naik
e6c2aebb8b
nullify `ctl.sh` script administered by `bnconfig`
2015-08-05 20:16:40 +05:30
Sameer Naik
daae738563
bitnami installer now disables forking by default
2015-08-05 14:51:46 +05:30
Sameer Naik
47cac73c4c
use `BITNAMI_APP_DIR` in server parameters
2015-08-05 12:42:38 +05:30
Sameer Naik
459b69e6f2
bump bitnami installer to `3.0.5-0`
2015-08-04 23:18:55 +05:30
Sameer Naik
6063d2d8f8
remove `mongod.lock` file before starting `mongod`
2015-08-04 22:49:27 +05:30
Sameer Naik
a6622310aa
help: cleanups
2015-08-04 12:03:23 +05:30
Sameer Naik
526d2e44b5
fix typos in help files
2015-07-31 23:32:36 +05:30
Sameer Naik
ef905d32ff
initial creation
2015-07-31 20:51:47 +05:30
Miguel Ángel Martínez Triviño
b54d05e819
Merge pull request #6 from bitnami/3.0.3-0
...
Bump version 3.0.3-0
2015-07-21 10:27:42 -07:00
Miguel Martinez
29b6f6fc6f
Bump version 3.0.3-0
2015-07-21 10:23:47 -07:00
Miguel Ángel Martínez Triviño
eb45c8f003
Merge pull request #16 from bitnami/fixing-sha256
...
Bump new revision
2015-07-21 10:20:55 -07:00
Miguel Martinez
670b1431f8
Bump new revision
2015-07-21 10:16:10 -07:00
Adnan Abdulhussein
e76aa38745
Merge pull request #15 from sameersbn/fix-commandline-args
...
fix: append user specified arguments while launching the mariadb server
2015-07-21 08:47:30 -07:00
Sameer Naik
49abef4681
fix: append user specified arguments while launching the mariadb server
2015-07-21 09:21:22 +05:30