Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix permission error on Synology NAS #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ian0371
Copy link

@ian0371 ian0371 commented Feb 10, 2019

There were two bugs when trying to run the image on Synology NAS (DSM 6.2.1-23824 Update 4):

  1. initdb failed because the permission of ${PG_HOME} was 000, and
  2. sed -i failed because sed internally could not generate temporary
    files

It now works fine on Synology NAS and Ubuntu 16.04 (with sameersbn/docker-gitlab).

There were two bugs when trying to run the image on Synology NAS (DSM 6.2.1-23824 Update 4):
1) `initdb` failed because the permission of ${PG_HOME} was 000, and
2) `sed -i` failed because `sed` internally could not generate temporary
files
@thopiekar
Copy link

Hello @ian0371, this is not fixing the same bug as in my #145 , right?

@ian0371
Copy link
Author

ian0371 commented Jan 17, 2021

@thopiekar I think they're different, but I can't be sure as this was a long time ago and I don't really remember the details.

@thopiekar
Copy link

Btw. Did you ever manage to upgrade your database? I'm stuck at v9 😐

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants