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
bdc21d9b13987352e5e97899b40cff00a5d99f9f authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
d1cf7cb4278bb35034081c2247e3904c63971077 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
The `ENV` file name is more often used in dokku than `ENVIRONMENT`.
864e8123b0c48d5b05880590b2d2976cbde269b1 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>Allow use of postgres images with wal-e
74ae1b568314d0e5d38b4f7523736738bf7aee07 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>6c6b040f4aa4e972a261c494445d4fe99ef024d1 authored about 9 years ago by Matt Colyer <[email protected]>
Also correct ; to be the proper delimiter.
c68ac3be25b99dc2081a4ac218b8c0722ba6ae7d authored about 9 years ago by Matt Colyer <[email protected]>
Previously extra command line arguments were passed after the command,
based on the discussion i...
update README.md -> <file> arg for export command
762f09e91fb1d5480a8fdd71cfb6f741502fb9a6 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>d0a00c5a822b14607d4dec1740adc814b49d4701 authored about 9 years ago by Sam Clarke <[email protected]>
a71847cc1eb0e14782b290593cbaa40bc322dabe authored about 9 years ago by Matt Colyer <[email protected]>
This change is useful if the container image allows for you to restore
from a backup when starting.
This change allows arbitrary environment variables to be passed to the
underlying docker contain...
Update README about docker env var
8f392acf2266f2e73860f529124f893f7ca3d511 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>5db9586aee5796de0ed0c68d081ab9f9313f7c76 authored about 9 years ago by Loïc Guitaut <[email protected]>
Fix export when using `ssh -t`
4fe74b82d81939876bbbe868d5c909b0d58cd2e7 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>e6338fdf564143f63314375355dafe28a04648ab authored about 9 years ago by Loïc Guitaut <[email protected]>
Display infos from `list` command in columns
2d6684d6e3323e9fda8ff39d01f6344a6ab7929c authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Also add a LINKS column to easily view which services are linked to
which apps
Fix the `destroy` command
480b6f1836e96649dcb1bca96e823898c0af4ffb authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Checking for container with its service name instead of ID.
Doing a chmod 777 on `/data` before ...
Fix /var/lib/postgresql/data volume mount point
be3fc97e82be8bfb1a1b010c910351a9c64ba023 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>abbf0b6f3d64acfef82d90fcb89dd64d75d38733 authored over 9 years ago by Edgars Beigarts <[email protected]>
Use complete service URL when checking config
9b7443b820e5125c9a8154490a822ec53709d98c authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>d6cb9b6834792792b7568e85a6a00d9dab25c68e authored over 9 years ago by Loïc Guitaut <[email protected]>
Remove linked app from links file when destroying app
5c542287a34c08faecb34a45031058ea5f5fa288 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>bb7d44f39e2e5a77634ae864c95afc09fe03756f authored over 9 years ago by Loïc Guitaut <[email protected]>
Replace underscore by dash in exposed hostname
f1d7cea57b132a9490ae123753ea5f6b8358316f authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>Fixes #28
f0a647053b200ea6e57d96cdaa65f4ae3c5b66cc authored over 9 years ago by Loïc Guitaut <[email protected]>Revamp link/unlink commands
78314ef8ad93d540fdc857f53442d596c1e6d5e3 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Previously we were exporting `DATABASE_URL` via the docker-args* hooks.
This seems to confuse ou...
Add postgres:help command
ad0da307d50ed6eb6ba1b938689f65cd96cb9fc0 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>98b6481274fe0c969cc9facea01f90cf112bbc93 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add a note explaining how to examine the environment variables (through `dokku run my-app env` r...
e09d8626b65bfedf4bc1a8ba8e6750de7cd45da8 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>Use our own image to wait for services
f607b1900298e43271e4471e977e8a027d646fc0 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>a6da4ea218cd55ee3bb1d0e8b4d43df8779f4b07 authored over 9 years ago by Loïc Guitaut <[email protected]>
Fix overlapping exported config
1d843ae3df5e4fa68cbe0e47dcf19afeaccf4d14 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>Since PLUGIN_DATA_ROOT is not directly overrideable anymore, we need to *also* set this env var ...
b8abc90885f3bd7e08f7bcf1c3a938cc110b000d authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>If using multiple official dokku datastorage plugins, it is possible to get into a case where th...
c573398c35c31971b640413dbc5cddac137b5d81 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>c6dd00da0d15aba5ccf9a32827982a956bcf0789 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix wrong version check on docker wait image
238141f95041d82f4855a0390d6fc05268e73f7f authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>16e6f0899c4e6c27e31efc9209abb4c034b78c6b authored over 9 years ago by Loïc Guitaut <[email protected]>
Add checks for all docker images in install hook
140a4207da2c6d8fa22d6353e7ac59a6cd6eb0c3 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>Use docker-args-* hooks instead of deprecated one
dac18e2fe1ca280be3867588502d5bab815ca535 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>c62b6ad05a87a3f2ce0fc2d91b134725e3fefb5d authored over 9 years ago by Loïc Guitaut <[email protected]>
e6745eb69ccd0a5a86e1c17eeaa59b132f4ec5fd authored over 9 years ago by Loïc Guitaut <[email protected]>
Do not always allocate a tty on `connect`
b351c4b3c5c2e7e679c412398d109cf560f7c86b authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
To import SQL files `connect` has to be used instead of `import`. Doing
so can’t work with the `...
Fix compatibility with dokku 0.4+
0428cd3a49edd1480e1fb4bb0d039fe3deea4139 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>88d92122c88e0133a6994ab4e98121fa0bca561d authored over 9 years ago by Loïc Guitaut <[email protected]>
Add upgrade/downgrade instructions
1e1827a96e484a3da0a1bb9c1cc81fc0c4aceee9 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>71f3d3fee56e03c199bb90c8906afd138d393659 authored over 9 years ago by Loïc Guitaut <[email protected]>
Display image & version in `list`
54476e3fd9a44a36a43d0d3ac61194b129fafdbf authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>e9618101e5b2642e91fc5f6e20ff4539e418a624 authored over 9 years ago by Loïc Guitaut <[email protected]>
Add compatibility for tests with dokku 0.4+
89de894eee085aa8c03c10b2505d4c4030742f2f authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>25820403e2db94b49475509357549efbc4062213 authored over 9 years ago by Loïc Guitaut <[email protected]>
a4870f72ed8f920fec6f2baefe491947d69484f6 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Pin version to 9.4.4
04297681bcd0f52cd2496836f8e53a7aceaf619d authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>b7cbb547127a164bc582469e53a46e5a3561603e authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Use latest stable release of PostgreSQL
ecb2d49a1c53cbf0f71da2c722f9f360ab882946 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>9.4 branch is latest stable, 9.5 is a development version.
fd60d30631426dc1d7e378694e14d15f6217e0c0 authored over 9 years ago by Loïc Guitaut <[email protected]>Add missing doc in README
8c5fc18bee07a93c63de28a3cb13e9b183abf0af authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>65ef25bc32cd79f1c3577f08f81369b7ebe0d15a authored over 9 years ago by Loïc Guitaut <[email protected]>
Compatibility with dokku 0.3.x & 0.4.x for help output
a3fb4fa772f2600b05dd55290e7aaf7e658891ca authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>b2a83ca9a3425a60f917d876a5af9e036b7ee64e authored over 9 years ago by Loïc Guitaut <[email protected]>
Import and clone commands
e2cb33602fc1b55afc96947d47f57108ebd9b3d0 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>153b1b826eee3c616ae84e1fb20ca1d616e5cc73 authored over 9 years ago by Loïc Guitaut <[email protected]>
35da13707158c2306c8049a140cf32f172caa765 authored over 9 years ago by Loïc Guitaut <[email protected]>
Add tests for every implemented command
79d2e990dddb6b28ec352dbbe683a116d952b018 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>ca88f2bdce1f3f7744b42fd837cf33028a676bd7 authored over 9 years ago by Loïc Guitaut <[email protected]>
Use openssl rand to generate password
860e5c7f9bc4d79279472a077054e155c6a5837a authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>It should be more secure than hashing the current time.
db3763aa836fb1d15efa7970bfea47da76cf3e3d authored over 9 years ago by Loïc Guitaut <[email protected]>Various updates
ae26e2060ca52bc1186342c303b8f8193d22fc7d authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>6741582b92ed676aaffd13f05896957b18414dba authored over 9 years ago by Loïc Guitaut <[email protected]>
1085a0a01f233cffa92aa8cbc45fe9f30027dc7a authored over 9 years ago by Loïc Guitaut <[email protected]>
32af344146827f479b0252599a1d86c979a3ea7e authored over 9 years ago by Loïc Guitaut <[email protected]>
Use psql from docker image
ae02e70eae82319b66782a16f9fd68d6e0141617 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Instead of installing dependencies on the host, directly use the binary
shipped with the postgre...
1be1ba34a742c9775a28c930491ccbbf26ecd5b0 authored over 9 years ago by Loïc Guitaut <[email protected]>
915750b1f2e7bc2480fe8514716fc61bfda3f13b authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
d87f16bb53385612e7636a078ff2f72cddc7e903 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
5cd0e977404df6a6b8e2b4ccb3bee77b29fb31c6 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
- dokku 0.4.0 does not yet exist, so this should dissuade people from installing this plugin.
-...
ad4fae1b2a8579e28109eedffbfadd573d228fbe authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
316fe8f7f00598038b79d46cdb85cdacdab2ce42 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
ef22aa2ca2375bb40337c9bbaeba195830063f53 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
be259e2bdf9b64831cd55870c4590b5e1fa48b9d authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
e0655a683d0c7f9e6d0db75a7c48d72d19486032 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
b3156c555309a92760118b610c021184e55ebc5e authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
ac2652fd92da835347c01b74771ac2b864845927 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
2bc4c534b81961440423b1ce61a224be4aeeeec6 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
5a4a87c62fc3572259f03be7741bfdd11fe638a7 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
46e4f6f4c89215382cbbf89c9743e22d474027aa authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Also add better output formatting for both commands
b160c884128dd78c9da7c8459a3dfe9cd68643e1 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>It is not necessary to do so in a function that is called from other places that already verify ...
2c7d4e5c77fe244231264065c7a7a4c1614dee54 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>aa99da13cc084972cc47b0b21eae04a45b5ef1f2 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
972af5b9840d9be765e0537ec0486f2cd0325e64 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
e0c9f6b7f47ce306a131fef8f6066932ce972735 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
54c984b5b642b3eb8292d5b2a1767006ad9e6f4e authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
c474ac0018001e1a605c9de6452e299912f72b47 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
a732f509f85f993e545e0825f2a6c43342da9505 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>