Jose Diaz-Gonzalez
29e06fa758
feat: Adds possibility to set encryption for s3
2017-09-09 14:27:52 -04:00
Jose Diaz-Gonzalez
1af20f31bb
feat: add OPTIONAL_PARAMETERS to backup-auth
2017-09-09 02:52:25 -04:00
Jose Diaz-Gonzalez
3776763752
fix: pass shellcheck
2017-08-28 11:44:56 -04:00
Jose Diaz-Gonzalez
769136bc84
fix: skip removing the ambassador container when it isn't running. Closes dokku/dokku-mongo#90
2017-08-27 18:54:22 -04:00
Jose Diaz-Gonzalez
0ac5cb036f
docs: destroy help now shows that data will be deleted
2017-08-27 18:43:30 -04:00
Jose Diaz-Gonzalez
43ebfed5d6
docs: clarify that data is deleted on destroy. Closes dokku/dokku-redis#72
2017-08-26 18:39:03 -04:00
Jose Diaz-Gonzalez
7f211546a4
Merge pull request #82 from dokku/creation-flags
...
Add creation flags
2017-08-26 17:49:13 -04:00
Jose Diaz-Gonzalez
b2066c32c0
fix: warn that a specified password may not be as secure as the autogenerated one
2017-08-26 05:49:56 -04:00
Jose Diaz-Gonzalez
d4c9a4044f
Parse arguments in service_create calls
...
Refs #64
2017-08-26 05:43:02 -04:00
Jose Diaz-Gonzalez
0a1a0b9a47
Add argument parser to common-functions
2017-08-26 05:42:32 -04:00
Jose Diaz-Gonzalez
d57adde26c
Use PLUGIN_IMAGE_VERSION for env var
2017-08-26 05:42:32 -04:00
Jose Diaz-Gonzalez
29a34e6c7b
fix: remove extra whitespace
2017-08-26 05:40:31 -04:00
Jose Diaz-Gonzalez
946fc8046f
fix: use gnu readlink to make tests pass on os x
2017-08-26 05:38:19 -04:00
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