Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • 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

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

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

Content

Expand project menu

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...