Commit Graph

410402 Commits

Author SHA1 Message Date
Sameer Naik 9c74910421 moved password setting into `set_manager_password` function 2016-01-17 23:32:22 +05:30
Sameer Naik 1d8337b2c3 renamed `initialize_tomcat_webapps_directory` to `initialize_webapps_directory` 2016-01-17 14:16:12 +05:30
Sameer Naik d28277e18d updated password setting message 2016-01-17 12:16:15 +05:30
Sameer Naik 68a43ce139 moved `set_pg_param` and `set_hba_param` helper functions to `post-install.sh` 2016-01-16 12:15:38 +05:30
Sameer Naik ad59d607b3 run install script as executable 2016-01-16 11:26:03 +05:30
Sameer Naik d6bc1461e3 validate `POSTGRES_MODE` 2016-01-15 23:39:47 +05:30
Sameer Naik 8ecefe74c7 readme: fixed typos 2016-01-15 23:26:12 +05:30
Sameer Naik ff2dda5767 replace used of `postgres` user string with `BITNAMI_APP_USER` 2016-01-15 22:58:53 +05:30
Sameer Naik 80031d164a cite PostgreSQL wikipedia article 2016-01-15 22:41:01 +05:30
Sameer Naik e3563fa711 minor `create_replication_user` restructuring 2016-01-15 21:17:13 +05:30
Sameer Naik a8c74e5542 moved default configurations to `post-install.sh`
If user does not mount the `conf/` volume and instead only mounts the
`data/` volume, the postgres server would not allow connections from
users when the container is recreated using existing volumes because the
access information (which is created only on the firstrun) is stored in
the `conf/` volume which would be lost on recreation. This is also true
for replication users.

To resolve this we moved the basic default configurations to the
`post-install.sh`, including the `pg_hba.conf` configurations that
allows database and replication users to login using md5 authentication.
2016-01-15 15:13:48 +05:30
Sameer Naik d7ff8959fa Merge pull request #15 from sameersbn/finalize-interface
Finalize interface
2016-01-14 14:03:26 +05:30
Sameer Naik e055f416da renamed env param `POSTGRES_REPLICATION_MODE` to `POSTGRES_MODE` 2016-01-14 13:54:58 +05:30
Sameer Naik 926af3c2e7 Make `bitnami/postgresql` a drop-in replacement for the official `postgres` image 2016-01-14 13:53:21 +05:30
Sameer Naik fbdfcf9ec1 Merge pull request #14 from sameersbn/release-finalization
Release finalization
2016-01-13 21:30:15 +05:30
Sameer Naik e1b74021ff removed `postgresql.conf` configurations from `post-install.sh` 2016-01-13 14:40:33 +05:30
Sameer Naik dfb9ad914c removed redundant `chown` 2016-01-13 14:40:33 +05:30
Sameer Naik 17a5627f76 renamed `initialize_replication_parameters` to `discover_replication_parameters` 2016-01-13 14:40:33 +05:30
Sameer Naik e8520dae73 added configuration helpers 2016-01-13 14:40:33 +05:30
Sameer Naik 7e9a8df0c5 renamed function `configure_replication_slave` to `configure_recovery` 2016-01-13 14:40:33 +05:30
Sameer Naik fc211db311 tests: speed up tests 2016-01-13 14:40:28 +05:30
Sameer Naik 2c8c779776 avoid duplicate entries in `pg_hba.conf` 2016-01-13 11:20:03 +05:30
Sameer Naik 7b15bb877c use bash parameter expansion to set default value of `POSTGRESQL_USER` 2016-01-13 11:20:03 +05:30
Sameer Naik b7b87a6ebd set `POSTGRESQL_REPLICATION_MODE=master` by default 2016-01-13 11:20:02 +05:30
Sameer Naik 4cff7b5acb enforce passwords for custom user 2016-01-12 22:09:17 +05:30
Sameer Naik a0284d0b31 call `print_app_credentials` irrespective of `POSTGRESQL_REPLICATION_MODE` 2016-01-12 21:25:41 +05:30
Sameer Naik a38cd88a63 `chown` volumes at the very beginning of initialization
chown'ing the `conf/`, `data/` and `logs/` volumes at the begining of
the initialization ensures that no permission issues are encountered
during initialization.
2016-01-12 20:00:44 +05:30
Sameer Naik 1da1a390aa Merge pull request #13 from sameersbn/misc-fixes
Misc fixes
2016-01-12 12:56:33 +05:30
Sameer Naik 4ad0ff2fe9 avoid duplicate entries in `postgresql.conf` 2016-01-12 12:38:25 +05:30
Sameer Naik 319b761df1 updated `sed` substitutions to be resilient to whilespaces 2016-01-12 12:23:34 +05:30
Jorge Marin 9f34a1294d Merge pull request #31 from bitnami/5.5.31-0
bump version 5.5.31-0
2016-01-11 14:43:53 +02:00
Jorge Marin 776685fa08 Update installer.run.sha256 2016-01-11 12:49:45 +01:00
Jorge Marin 53a310f834 bump version 5.5.31-0 2016-01-11 11:06:18 +01:00
Adnan Abdulhussein dcffcb820a Merge pull request #31 from bitnami/5.4.0-0
bump version 5.4.0-0
2016-01-07 15:41:47 -08:00
Jorge Marin a469c5ffef bump version 5.4.0-0 2016-01-08 00:03:16 +01:00
Alejandro Ruiz b39db80372 Merge pull request #4 from bitnami/upgrade-4.4.1-0
Upgrade version to 4.4.1-0
2016-01-07 20:21:53 +01:00
Alejandro Ruiz 4415453bdc Upgrade version to 4.4.1-0 2016-01-07 19:58:50 +01:00
Alejandro Ruiz 0d61725ca4 Merge pull request #3 from bitnami/update-8.0.2-0
Upgrade version to 8.0.2-0
2016-01-07 13:32:32 +01:00
Alejandro Ruiz 2c12910876 Upgrade version to 8.0.2-0 2016-01-07 12:50:27 +01:00
Jorge Marin 2d44d76d05 Merge pull request #29 from bitnami/5.3.0-0
bump version 5.3.0-0
2015-12-21 20:10:18 +02:00
Jorge Marin 0dd63d4884 Merge pull request #23 from bitnami/2.2.4-0
bump version 2.2.4-0
2015-12-21 20:10:01 +02:00
Jorge Marin 820456cd30 Merge pull request #12 from bitnami/7.0.67-0
bump version 7.0.67-0
2015-12-21 20:09:42 +02:00
Jorge Marin 4ca34cd4c1 Merge pull request #22 from bitnami/3.0.6-0
bump version 3.0.6-0
2015-12-21 20:09:22 +02:00
Jorge Marin 8f332e1cb9 bump version 7.0.67-0 2015-12-21 18:06:51 +01:00
Jorge Marin 552a4152f6 bump version 5.3.0-0 2015-12-21 18:05:00 +01:00
Jorge Marin 7d36c0c8dd bump version 3.0.6-0 2015-12-21 18:01:49 +01:00
Jorge Marin 77f8e14fc9 bump version 2.2.4-0 2015-12-21 17:57:31 +01:00
Miguel Ángel Martínez Triviño 130cd04b9a Merge pull request #28 from bitnami/5.2.0-0
bump version 5.2.0-0
2015-12-10 10:28:59 -08:00
Miguel Ángel Martínez Triviño 790a8d2c4b Merge pull request #21 from bitnami/1.9.9-0
bump version 1.9.9-0
2015-12-10 10:28:32 -08:00
Jorge Marin 2637bb3014 bump version 1.9.9-0 2015-12-10 12:28:59 +01:00