jcormier

Results 179 comments of jcormier

What database are you using? And what env variables have you set? I launched a 4.1.2 image with a fresh database. Then switched to the 4.2.0 image and let it...

FYI, I tested with the postgres database

I see the same thing except my database file doesn't have the group read attribute. And the unicorn process looks similiar. ``` $ docker-compose exec redmine ls -l config total...

@torer Could you post the full log? How are you launching the docker?

I don't know anything about Kubernetes. Sorry

Can you provide more details of what you are trying to do? Per the documentation, it can only take a single time. - **REDMINE_BACKUP_TIME**: Set a time for the automatic...

Could you upload your compose file as a file? I've just spent 10 minutes trying to fix all the syntax errors from copy pasting it.

> redmine | bundler: failed to load command: rake (/usr/bin/rake) > redmine | Bundler::Dsl::DSLError: > redmine | [!] There was an error parsing `Gemfile`: Too many levels of symbolic links...

Running your example, I made some changes but redmine can't connect to the database. It doesn't look like the mysql container creates a default database for redmine... ``` mysql |...

Another problem is that you set your example db to postgres ```diff - - DB_ADAPTER=postgresql + - DB_ADAPTER=mysql2 ```