Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      OpenProject ID Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts

Content

Updated by Olivier Dalang over 5 years ago

### **Environment**:

Your OpenProject Version: 10.1

Operating System / Browser / Language: Windows 10

### **Logs**

```text
Starting PostgreSQL 9.6 database server: mainError: Config owner (postgres:103) and data owner (memcache:102) do
not match, and config owner is not root ... failed!
```

### **Steps to reproduce:**

1. start the container with a named volume for the postgres data
2. wait until it works
3. restart the container

### **Actual Behavior**

Under Windows, docker volumes are mounted as owned by root, but in the container, postgres doesn't run as root. Postgres requires to run with the same user than the file's owner.

### **Expected Behavior**

It should work on Windows too (one benefit of using Docker is to have cross platform usability).

Back

Loading...