Jose Diaz-Gonzalez
b14dec5e61
Merge pull request #74 from yourivdlans/suppress-mysql-dump-error
...
Suppress mysqldump password error.
2017-03-14 10:41:20 -06:00
Youri van der Lans
db956c3bbf
Suppress mysqldump password error.
2017-03-14 14:50:43 +01:00
Soham Banerjee
f85af35e7e
Fix error in backup scheduling
...
When trying to schedule a backup, the command fails with the error:
```
Sorry, user dokku is not allowed to execute '/bin/chmod 644 /etc/cron.d/dokku-mysql-database-name' as root on dokku-host-name
```
This commit takes care of it.
2017-01-17 02:23:37 +05:30
Jose Diaz-Gonzalez
ac17961a65
feat: ensure permissions are set properly on cron files
2017-01-12 01:53:47 -07:00
Jose Diaz-Gonzalez
4d170e8f71
docs: add note regarding setting the cron-schedule
2016-11-24 16:08:16 -07:00
Jose Diaz-Gonzalez
31ac65e7da
Use blockquote
2016-11-06 14:31:13 -07:00
Jose Diaz-Gonzalez
d26d05b059
Make username a link
2016-11-06 14:29:47 -07:00
Jose Diaz-Gonzalez
5e69c581da
Add not regarding support S3 region for backups. Refs dokku/dokku-mysql#66
2016-11-06 14:24:18 -07:00
Jose Diaz-Gonzalez
af1bd4b207
Merge pull request #66 from dokku/backups
...
Implement s3-backed backups
2016-10-31 15:18:07 -06:00
Jose Diaz-Gonzalez
cc5fac0376
feat: add s3 backup support
2016-10-31 11:39:25 -06:00
Jose Diaz-Gonzalez
7ee8d7ee73
Merge pull request #65 from chiedo/master
...
Instructions for adding a custom my.cnf
2016-10-28 15:51:52 -06:00
Chiedo
5e759c547d
Update README.md
2016-10-28 16:10:53 -04:00
Jose Diaz-Gonzalez
c5d43ee86d
Merge pull request #62 from srna/master
...
Use utf8 character set as default
2016-10-28 13:37:21 -06:00
Tomas Srna
e979c8d414
Use utf8 character set as default
2016-10-10 11:41:14 +02:00
Jose Diaz-Gonzalez
85ceaee1d1
Pin dokkupaas/wait:0.2
2016-09-21 01:27:01 -06:00
Jose Diaz-Gonzalez
bf5c99f04e
Fix command name
2016-08-29 10:48:00 -04:00
Jose Diaz-Gonzalez
ec5108762c
Remove mysql config data
2016-08-29 10:47:43 -04:00
Jose Diaz-Gonzalez
757ae311f9
Move link creation up
2016-08-29 10:47:23 -04:00
Jose Diaz-Gonzalez
10b1fd4068
Fix help output for enter command
2016-08-29 09:45:21 -04:00
Jose Diaz-Gonzalez
a578c8ef58
Add the ability to enter a running container
2016-08-29 08:19:53 -04:00
Jose Diaz-Gonzalez
7f8a9ee554
Add --service-root flag to info command
2016-08-29 05:53:48 -04:00
Jose Diaz-Gonzalez
86bd8843cc
Alphabetize functions
2016-08-29 05:12:41 -04:00
Jose Diaz-Gonzalez
b718c233d5
Add a description to all common functions
2016-08-29 04:10:42 -04:00
Jose Diaz-Gonzalez
3ed32a0f05
Rename promote function to service_promote
2016-08-29 02:55:44 -04:00
Jose Diaz-Gonzalez
87084e7135
Refactor common functions into separate file
2016-08-29 02:36:09 -04:00
Jose Diaz-Gonzalez
ff5459d299
Add --internal-ip flag to info command
2016-08-28 23:24:20 -04:00
Jose Diaz-Gonzalez
0b7be2d039
Fix expose tests
2016-08-28 22:15:07 -04:00
Jose Diaz-Gonzalez
f7d461fbf9
Document exposed ports when an invalid number of arguments are specified
2016-08-28 21:24:48 -04:00
Jose Diaz-Gonzalez
c5233dee1b
Update docker binstub
2016-08-28 20:37:49 -04:00
Jose Diaz-Gonzalez
1841aa258c
Add --id flag
2016-08-28 17:55:51 -04:00
Jose Diaz-Gonzalez
7a8d24931a
Add support for flags on the service:info command
2016-08-28 05:37:34 -04:00
Jose Diaz-Gonzalez
3c045b11ab
Make install hook quiet when there is nothing to do
2016-08-28 02:08:00 -04:00
Jose Diaz-Gonzalez
225d7f2e14
Make dokku help friendlier
2016-08-28 01:13:02 -04:00
Jose Diaz-Gonzalez
f4ebe1caf9
Update docker image
2016-08-27 16:27:38 -04:00
Jose Diaz-Gonzalez
2c6f28283c
Fix failing tests on master and test all .0 minor releases
2016-08-27 05:13:52 -04:00
Jose Diaz-Gonzalez
5df8c88cbd
Update docker binstub
2016-08-27 03:13:00 -04:00
Jose Diaz-Gonzalez
2c26bf8896
Use cat and double-quotes when retrieving the password
2016-08-27 01:34:58 -04:00
Jose Diaz-Gonzalez
1eb8d990e2
Add missing SERVICE_ROOT env var
2016-08-27 01:10:32 -04:00
Jose Diaz-Gonzalez
37dcf26ba8
Output the config/data directories when performing service:info
2016-08-27 00:57:08 -04:00
Jose Diaz-Gonzalez
562136272b
add sudo to command
...
consistency with http://dokku.viewdocs.io/dokku~v0.6.3/application-deployment/#create-the-backing-services
2016-08-26 23:32:06 -04:00
Jose Diaz-Gonzalez
01210083dc
Only wait for a single port
2016-08-26 23:05:27 -04:00
Jose Diaz-Gonzalez
b9f26d4680
Merge pull request #59 from dokku/check-docker-option-calls
...
Fix calls to docker-options plugin under all 0.4.x releases
2016-06-22 15:16:39 -04:00
Jose Diaz-Gonzalez
e58c187889
Fix calls to docker-options plugin under all 0.4.x releases
2016-06-09 12:31:42 -04:00
Jose Diaz-Gonzalez
07e6a7d062
Always remove * directory
2016-05-23 21:13:07 -04:00
Jose Diaz-Gonzalez
c539d2d8a3
Merge pull request #58 from dokku/alphabetize-functions
...
Alphabetize functions to improve organization
2016-05-16 10:03:21 -04:00
Jose Diaz-Gonzalez
2a2132eb0b
Alphabetize functions to improve organization
2016-05-16 02:28:41 -04:00
Jose Diaz-Gonzalez
7e445c9454
Merge pull request #57 from dokku/subcommand-structure
...
Subcommand structure
2016-05-16 01:38:17 -04:00
Jose Diaz-Gonzalez
69779da97d
Remove remaining direct dokku calls
2016-05-16 00:24:38 -04:00
Jose Diaz-Gonzalez
0c71539f82
Conform to function declaration standards
...
- declare desc variable
- declare all positional arguments
- set the cmd
- properly handle DOKKU_APP_NAME
2016-05-16 00:04:15 -04:00
Jose Diaz-Gonzalez
fce29c7fc4
Move all commands into subcommand structure
2016-05-15 22:15:11 -04:00