Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dokku/dokku-postgres

a postgres plugin for dokku
https://github.com/dokku/dokku-postgres

clarify docs around setting custom env variables

bdc21d9b13987352e5e97899b40cff00a5d99f9f authored almost 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix reference to ENV file

d1cf7cb4278bb35034081c2247e3904c63971077 authored almost 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Rename `ENVIRONMENT` to `ENV`

The `ENV` file name is more often used in dokku than `ENVIRONMENT`.

864e8123b0c48d5b05880590b2d2976cbde269b1 authored almost 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #40 from mcolyer/allow-postgres-restore

Allow use of postgres images with wal-e

74ae1b568314d0e5d38b4f7523736738bf7aee07 authored almost 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Rename to DOCKER_CUSTOM_ENV

6c6b040f4aa4e972a261c494445d4fe99ef024d1 authored almost 9 years ago by Matt Colyer <[email protected]>
Fix lint failures

Also correct ; to be the proper delimiter.

c68ac3be25b99dc2081a4ac218b8c0722ba6ae7d authored almost 9 years ago by Matt Colyer <[email protected]>
Switch to POSTGRES_DOCKER_ARGS variable

Previously extra command line arguments were passed after the command,
based on the discussion i...

50f980ce03b54cc4c9af8d06b6599e8f1260cccd authored almost 9 years ago by Matt Colyer <[email protected]>
Merge pull request #41 from samgclarke/update-readme

update README.md -> <file> arg for export command

762f09e91fb1d5480a8fdd71cfb6f741502fb9a6 authored almost 9 years ago by Jose Diaz-Gonzalez <[email protected]>
update README.md -> <file> arg for export command

d0a00c5a822b14607d4dec1740adc814b49d4701 authored almost 9 years ago by Sam Clarke <[email protected]>
Move double quote

a71847cc1eb0e14782b290593cbaa40bc322dabe authored almost 9 years ago by Matt Colyer <[email protected]>
Proceed on create if the database exists

This change is useful if the container image allows for you to restore
from a backup when starting.

0a66e18ff35d1ff116ba194b024ed8dc9dcb496b authored almost 9 years ago by Matt Colyer <[email protected]>
Pass environment variables to docker container

This change allows arbitrary environment variables to be passed to the
underlying docker contain...

3c1c8f9e802db2303c64ff8388631d484e536331 authored almost 9 years ago by Matt Colyer <[email protected]>
Merge pull request #39 from dokku/lg-update-readme

Update README about docker env var

8f392acf2266f2e73860f529124f893f7ca3d511 authored almost 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Update README about docker env var

5db9586aee5796de0ed0c68d081ab9f9313f7c76 authored almost 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #37 from dokku/lg-fix-export-over-ssh

Fix export when using `ssh -t`

4fe74b82d81939876bbbe868d5c909b0d58cd2e7 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix export when using `ssh -t`

e6338fdf564143f63314375355dafe28a04648ab authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #35 from dokku/lg-list-in-columns

Display infos from `list` command in columns

2d6684d6e3323e9fda8ff39d01f6344a6ab7929c authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Display infos from `list` command in columns

Also add a LINKS column to easily view which services are linked to
which apps

9e37cefbbf3f37a70a9e2e730550618c3286593f authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #34 from dokku/lg-fix-destroy

Fix the `destroy` command

480b6f1836e96649dcb1bca96e823898c0af4ffb authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix the `destroy` command

Checking for container with its service name instead of ID.
Doing a chmod 777 on `/data` before ...

b2dbd036fcc2bedbb85b19cde433bc44c014f8fc authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #32 from mak-it/volume

Fix /var/lib/postgresql/data volume mount point

be3fc97e82be8bfb1a1b010c910351a9c64ba023 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix /var/lib/postgresql/data volume mount point

abbf0b6f3d64acfef82d90fcb89dd64d75d38733 authored about 9 years ago by Edgars Beigarts <[email protected]>
Merge pull request #31 from dokku/lg-better-url-check

Use complete service URL when checking config

9b7443b820e5125c9a8154490a822ec53709d98c authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Use complete service URL when checking config

d6cb9b6834792792b7568e85a6a00d9dab25c68e authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #30 from dokku/lg-unlink-on-app-destroy

Remove linked app from links file when destroying app

5c542287a34c08faecb34a45031058ea5f5fa288 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Remove linked app from links file when destroying app

bb7d44f39e2e5a77634ae864c95afc09fe03756f authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #29 from dokku/lg-fix-hostname

Replace underscore by dash in exposed hostname

f1d7cea57b132a9490ae123753ea5f6b8358316f authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Replace underscore by dash in exposed hostname

Fixes #28

f0a647053b200ea6e57d96cdaa65f4ae3c5b66cc authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #27 from dokku/lg-export-config

Revamp link/unlink commands

78314ef8ad93d540fdc857f53442d596c1e6d5e3 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Revamp link/unlink commands

Previously we were exporting `DATABASE_URL` via the docker-args* hooks.
This seems to confuse ou...

63047297ea661454da22c79883dd927400b089cc authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #26 from dokku/josegonzalez-patch-1

Add postgres:help command

ad0da307d50ed6eb6ba1b938689f65cd96cb9fc0 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add postgres:help command

98b6481274fe0c969cc9facea01f90cf112bbc93 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Update README.md

Add a note explaining how to examine the environment variables (through `dokku run my-app env` r...

e09d8626b65bfedf4bc1a8ba8e6750de7cd45da8 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #25 from dokku/lg-fix-wait-image

Use our own image to wait for services

f607b1900298e43271e4471e977e8a027d646fc0 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Use our own image to wait for services

a6da4ea218cd55ee3bb1d0e8b4d43df8779f4b07 authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #24 from dokku/josegonzalez-patch-1

Fix overlapping exported config

1d843ae3df5e4fa68cbe0e47dcf19afeaccf4d14 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Set POSTGRES_ROOT environment variable as well

Since PLUGIN_DATA_ROOT is not directly overrideable anymore, we need to *also* set this env var ...

b8abc90885f3bd7e08f7bcf1c3a938cc110b000d authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix overlapping exported config

If using multiple official dokku datastorage plugins, it is possible to get into a case where th...

c573398c35c31971b640413dbc5cddac137b5d81 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Update installation documentation

c6dd00da0d15aba5ccf9a32827982a956bcf0789 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #23 from dokku/lg-fix-install

Fix wrong version check on docker wait image

238141f95041d82f4855a0390d6fc05268e73f7f authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix wrong version check on docker wait image

16e6f0899c4e6c27e31efc9209abb4c034b78c6b authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #21 from dokku/lg-check-images

Add checks for all docker images in install hook

140a4207da2c6d8fa22d6353e7ac59a6cd6eb0c3 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #20 from dokku/lg-docker-args-hooks

Use docker-args-* hooks instead of deprecated one

dac18e2fe1ca280be3867588502d5bab815ca535 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add checks for all docker images in install hook

c62b6ad05a87a3f2ce0fc2d91b134725e3fefb5d authored about 9 years ago by Loïc Guitaut <[email protected]>
Use docker-args-* hooks instead of deprecated one

e6745eb69ccd0a5a86e1c17eeaa59b132f4ec5fd authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #19 from dokku/lg-fix-tty-on-connect

Do not always allocate a tty on `connect`

b351c4b3c5c2e7e679c412398d109cf560f7c86b authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Do not always allocate a tty on `connect`

To import SQL files `connect` has to be used instead of `import`. Doing
so can’t work with the `...

06e075d3a1d2533384735be47eb8be35af37bc4a authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #16 from dokku/lg-fix-for-0.4

Fix compatibility with dokku 0.4+

0428cd3a49edd1480e1fb4bb0d039fe3deea4139 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix compatibility with dokku 0.4+

88d92122c88e0133a6994ab4e98121fa0bca561d authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #15 from dokku/lg-how-to-upgrade

Add upgrade/downgrade instructions

1e1827a96e484a3da0a1bb9c1cc81fc0c4aceee9 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add upgrade/downgrade instructions

71f3d3fee56e03c199bb90c8906afd138d393659 authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #14 from dokku/lg-display-version-in-list

Display image & version in `list`

54476e3fd9a44a36a43d0d3ac61194b129fafdbf authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Display image & version in `list`

e9618101e5b2642e91fc5f6e20ff4539e418a624 authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #13 from dokku/lg-fix-tests-0.4

Add compatibility for tests with dokku 0.4+

89de894eee085aa8c03c10b2505d4c4030742f2f authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add compatibility for tests with dokku 0.4+

25820403e2db94b49475509357549efbc4062213 authored about 9 years ago by Loïc Guitaut <[email protected]>
Mention that the plugin defaults to installing a version

a4870f72ed8f920fec6f2baefe491947d69484f6 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #11 from dokku/pin-version

Pin version to 9.4.4

04297681bcd0f52cd2496836f8e53a7aceaf619d authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Pin version to 9.4.4

b7cbb547127a164bc582469e53a46e5a3561603e authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #10 from dokku/lg-use-stable-version

Use latest stable release of PostgreSQL

ecb2d49a1c53cbf0f71da2c722f9f360ab882946 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Use latest stable release of PostgreSQL

9.4 branch is latest stable, 9.5 is a development version.

fd60d30631426dc1d7e378694e14d15f6217e0c0 authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #9 from dokku/lg-fix-readme

Add missing doc in README

8c5fc18bee07a93c63de28a3cb13e9b183abf0af authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add missing doc in README

65ef25bc32cd79f1c3577f08f81369b7ebe0d15a authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #8 from dokku/lg-help-output

Compatibility with dokku 0.3.x & 0.4.x for help output

a3fb4fa772f2600b05dd55290e7aaf7e658891ca authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Compatibility with dokku 0.3.x & 0.4.x for help output

b2a83ca9a3425a60f917d876a5af9e036b7ee64e authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #7 from dokku/lg-import-clone

Import and clone commands

e2cb33602fc1b55afc96947d47f57108ebd9b3d0 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Implement `postgres:clone` command

153b1b826eee3c616ae84e1fb20ca1d616e5cc73 authored about 9 years ago by Loïc Guitaut <[email protected]>
Implement `postgres:import` command

35da13707158c2306c8049a140cf32f172caa765 authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #6 from dokku/lg-add-tests

Add tests for every implemented command

79d2e990dddb6b28ec352dbbe683a116d952b018 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add tests for every implemented command

ca88f2bdce1f3f7744b42fd837cf33028a676bd7 authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #5 from dokku/lg-password-with-openssl-rand

Use openssl rand to generate password

860e5c7f9bc4d79279472a077054e155c6a5837a authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Use openssl rand to generate password

It should be more secure than hashing the current time.

db3763aa836fb1d15efa7970bfea47da76cf3e3d authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #4 from dokku/lg-various-updates

Various updates

ae26e2060ca52bc1186342c303b8f8193d22fc7d authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Use PG tools from image when creating new DB

6741582b92ed676aaffd13f05896957b18414dba authored about 9 years ago by Loïc Guitaut <[email protected]>
Use aanand/wait image to wait for service to be ready

1085a0a01f233cffa92aa8cbc45fe9f30027dc7a authored about 9 years ago by Loïc Guitaut <[email protected]>
Remove call to `docker kill`

32af344146827f479b0252599a1d86c979a3ea7e authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #3 from dokku/lg-use-tools-from-image

Use psql from docker image

ae02e70eae82319b66782a16f9fd68d6e0141617 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Use PG tools from docker image

Instead of installing dependencies on the host, directly use the binary
shipped with the postgre...

3ab22d6f6f595265f32e96255da6a3b780ad8801 authored about 9 years ago by Loïc Guitaut <[email protected]>
Use $PLUGIN_PATH instead of dirname

1be1ba34a742c9775a28c930491ccbbf26ecd5b0 authored about 9 years ago by Loïc Guitaut <[email protected]>
Display which ports are exposed in list

915750b1f2e7bc2480fe8514716fc61bfda3f13b authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add plugin.toml

d87f16bb53385612e7636a078ff2f72cddc7e903 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add link to docker hub entry

5cd0e977404df6a6b8e2b4ccb3bee77b29fb31c6 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Update requirements

- dokku 0.4.0 does not yet exist, so this should dissuade people from installing this plugin.
-...

77c36bd3c962671dc35b3040d22ab82d3cfe5ba2 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Normalize database names in postgres. Closes #2

ad4fae1b2a8579e28109eedffbfadd573d228fbe authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Make binaries executable

316fe8f7f00598038b79d46cdb85cdacdab2ce42 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Update postgres binstubs

ef22aa2ca2375bb40337c9bbaeba195830063f53 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add badges

be259e2bdf9b64831cd55870c4590b5e1fa48b9d authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix tests

e0655a683d0c7f9e6d0db75a7c48d72d19486032 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Travis testing

b3156c555309a92760118b610c021184e55ebc5e authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
make test

ac2652fd92da835347c01b74771ac2b864845927 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Properly implement port expose/unexpose

2bc4c534b81961440423b1ce61a224be4aeeeec6 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Move alias, link, unlink and logs commands into functions

5a4a87c62fc3572259f03be7741bfdd11fe638a7 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Move service checks into commands file

46e4f6f4c89215382cbbf89c9743e22d474027aa authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Move info and list commands into shared functions

Also add better output formatting for both commands

b160c884128dd78c9da7c8459a3dfe9cd68643e1 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Remove service verification from service_url function

It is not necessary to do so in a function that is called from other places that already verify ...

2c7d4e5c77fe244231264065c7a7a4c1614dee54 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
use config for ports

aa99da13cc084972cc47b0b21eae04a45b5ef1f2 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Use central config for env vars

972af5b9840d9be765e0537ec0486f2cd0325e64 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
add central place for configuration

e0c9f6b7f47ce306a131fef8f6066932ce972735 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
quiet grep output

54c984b5b642b3eb8292d5b2a1767006ad9e6f4e authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Ensure container exists before attempting to kill it

c474ac0018001e1a605c9de6452e299912f72b47 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Remove -plugin suffix from clone url

a732f509f85f993e545e0825f2a6c43342da9505 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>