dropwhale
dropwhale copied to clipboard
DB container doesn't stay up the first time
Since switching to TEN7/Dockstack, we inherited a bug were the DB container won't stay up.
https://github.com/ten7/dockstack/issues/1
I can confirm this bug ... or I may be having different issues with the same outcome
Here is the log output from my container ... I am on a mac and what I see is copying problems with rsync errors as follows
I am just posting in case this proves useful.
This can be mitigated by a simple restart
Anyway I hope this helps.
/docker-entrypoint.sh: running /docker-entrypoint-init.d/10-drupal-php.sh /docker-entrypoint.sh: running /docker-entrypoint-init.d/20-drupal.sh init.sh Drupal 8 not found in /var/www/html - copying now... rsync: mkstemp "/var/www/html/.gitignore.XXXXXX" failed: Permission denied (13) rsync: mkstemp "/var/www/html/.travis.yml.XXXXXX" failed: Permission denied (13) rsync: mkstemp "/var/www/html/.LICENSE.XXXXXX" failed: Permission denied (13) rsync: mkstemp "/var/www/html/.README.md.XXXXXX" failed: Permission denied (13) rsync: mkstemp "/var/www/html/.composer.json.XXXXXX" failed: Permission denied (13) rsync: mkstemp "/var/www/html/.composer.lock.XXXXXX" failed: Permission denied (13) rsync: mkstemp "/var/www/html/.phpunit.xml.dist.XXXXXX" failed: Permission denied (13) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2] make: *** [/usr/local/bin/actions.mk:6: init] Error 23
Huh. I haven't had this problem in quite a while. I thought I fixed the upstream bug with dockstack. Can you do a docker-compose pull and try again?
I have recently prepare 3 pull requests
Eachtime I completely wiped dropwhale off my system and then refreshed everything
Maybe I was doing something stupid the first time ... I cannot repeat this... so I agree Huh indeed.
I am happy to close this issue...