Commit Graph

786 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
91edffd159 fix: preserve the service version on clone 2017-08-26 05:31:01 -04:00
Jose Diaz-Gonzalez
211c54d60f fix: add missing argument to backup subcommand help output 2017-08-26 05:21:23 -04:00
Jose Diaz-Gonzalez
9364bcbbec fix: call -rf in the proper order 2017-08-26 05:04:49 -04:00
Jose Diaz-Gonzalez
f1d1a9d945 feat: Add a --use-iam flag to backup subcommand 2017-08-26 04:23:24 -04:00
Jose Diaz-Gonzalez
cff35dd8bf feat: upgrade plugn 2017-08-26 04:19:37 -04:00
Jose Diaz-Gonzalez
bd8d86c69b Adds parameters to backup-auth for region support and non AWS endpoint support
Refs dokku/dokku-mariadb#61
2017-08-26 00:07:22 -04:00
Jose Diaz-Gonzalez
ae495c4761 fix: set password when exporting redis data
Closes #80
2017-07-13 03:21:20 -06:00
Jose Diaz-Gonzalez
dc40ca4afe Merge pull request #76 from fzerorubigd/master
pass password to redis-cli instance on connect sub-command
2017-04-22 13:12:38 -06:00
fzerorubigd
a0a9326f39 pass password to redis-cli instance on connect sub-command 2017-04-22 22:33:12 +04:30
Jose Diaz-Gonzalez
452f9efdc0 Merge pull request #75 from DNSFilter/master
Updated all instances of 3.2.5 to 3.2.8
2017-04-20 23:08:08 -06:00
Mike Schroll
34d63fd2c6 Updated all instances of 3.2.5 to 3.2.8 2017-04-21 00:57:47 -04:00
Jose Diaz-Gonzalez
6a7f525e0e fix: use updated dokkupaas/s3backup image to fix backup issues. Closes dokku/dokku-postgres#109 2017-04-13 19:56:48 -06:00
Jose Diaz-Gonzalez
0b81908cb2 feat: enable uploading backups to any region 2017-04-11 09:51:52 -06:00
Jose Diaz-Gonzalez
163a953839 Fix error in backup scheduling 2017-03-19 17:54:13 -06:00
Jose Diaz-Gonzalez
b380261a98 Fixed temp dir cleanup in service_backup() 2017-03-19 17:51:01 -06:00
Jose Diaz-Gonzalez
aa8dc70447 Update README.md 2017-01-15 18:20:39 -07:00
Jose Diaz-Gonzalez
3822e9b293 feat: ensure permissions are set properly on cron files 2017-01-12 01:54:08 -07:00
Jose Diaz-Gonzalez
8695a4a418 Merge pull request #66 from sonicdoe/update-redis
Update Redis to v3.2.5
2016-12-03 13:38:00 -07:00
Jakob Krigovsky
79c9542fb8 Update Redis to v3.2.5 2016-12-03 14:01:06 +01:00
Jose Diaz-Gonzalez
e6c01705d2 docs: add note regarding setting the cron-schedule 2016-11-24 16:09:42 -07:00
Jose Diaz-Gonzalez
2b869cfe9a Use blockquote 2016-11-06 14:31:23 -07:00
Jose Diaz-Gonzalez
499539c58a Make username a link 2016-11-06 14:29:38 -07:00
Jose Diaz-Gonzalez
07a16a2648 Add not regarding support S3 region for backups. Refs dokku/dokku-mysql#66 2016-11-06 14:24:32 -07:00
Jose Diaz-Gonzalez
ce77da4824 Merge pull request #67 from dokku/backups
feat: add s3 backup support
2016-10-31 15:18:09 -06:00
Jose Diaz-Gonzalez
fdc927203c feat: add s3 backup support 2016-10-31 11:39:36 -06:00
Jose Diaz-Gonzalez
7ffac052b0 Merge pull request #63 from dokku/redis-auth
Implement AUTH. Closes #58
2016-09-24 14:07:04 -06:00
Jose Diaz-Gonzalez
919832ba2a Implement AUTH. Closes #58
This change makes password authentication required
for redis usage, and removes anonymous access. Users
will need to change their underlying clients to enable
writing the auth token for authenticating, otherwise
requests will fail.

This is a non-optional change, and improves security
for users who wish to expose their redis installations
outside of their network.
2016-09-21 01:44:57 -06:00
Jose Diaz-Gonzalez
92c2957bfc Pin dokkupaas/wait:0.2 2016-09-21 01:27:05 -06:00
Jose Diaz-Gonzalez
114f0c961c Fix command name 2016-08-29 10:52:48 -04:00
Jose Diaz-Gonzalez
d0e373dcfe Remove config data 2016-08-29 10:52:42 -04:00
Jose Diaz-Gonzalez
065a29386c Move link file creation up 2016-08-29 10:52:35 -04:00
Jose Diaz-Gonzalez
37023d262e Fix help output for enter command 2016-08-29 09:45:31 -04:00
Jose Diaz-Gonzalez
d23b521142 Add the ability to enter a running container 2016-08-29 08:19:59 -04:00
Jose Diaz-Gonzalez
5406b4dc07 Add --service-root flag to info command 2016-08-29 05:53:54 -04:00
Jose Diaz-Gonzalez
95e2b7af82 Alphabetize functions 2016-08-29 05:12:46 -04:00
Jose Diaz-Gonzalez
83659abfb0 Add a description to all common functions 2016-08-29 04:10:51 -04:00
Jose Diaz-Gonzalez
1df0950aad Rename promote function to service_promote 2016-08-29 02:55:55 -04:00
Jose Diaz-Gonzalez
8629623be6 Refactor common functions into separate file 2016-08-29 02:36:20 -04:00
Jose Diaz-Gonzalez
b104279a51 Add --internal-ip flag to info command 2016-08-28 23:24:37 -04:00
Jose Diaz-Gonzalez
5d08332c69 Fix expose tests 2016-08-28 22:15:28 -04:00
Jose Diaz-Gonzalez
7eb2b47db7 Document exposed ports when an invalid number of arguments are specified 2016-08-28 21:25:10 -04:00
Jose Diaz-Gonzalez
eb0739350f Update docker binstub 2016-08-28 20:38:14 -04:00
Jose Diaz-Gonzalez
0acf54fd3d Add --id flag 2016-08-28 17:56:30 -04:00
Jose Diaz-Gonzalez
fb3ff0f5a5 Add support for flags on the service:info command 2016-08-28 05:33:28 -04:00
Jose Diaz-Gonzalez
a58af14c0d Make install hook quiet when there is nothing to do 2016-08-28 02:04:08 -04:00
Jose Diaz-Gonzalez
f7c6ad9512 Remove period 2016-08-28 01:11:49 -04:00
Jose Diaz-Gonzalez
302406456f Make dokku help friendlier 2016-08-28 01:09:49 -04:00
Jose Diaz-Gonzalez
f2e8466ae3 Cleanup tests 2016-08-27 23:39:12 -04:00
Jose Diaz-Gonzalez
4427c31e3f Upgrade docker image 2016-08-27 21:44:20 -04:00
Jose Diaz-Gonzalez
15aff18f55 Force bind to all interfaces
Newer versions of redis bind to 127.0.0.1 by default, causing issues with container linking.
2016-08-27 21:44:12 -04:00