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 postgres user #74

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Fix postgres user #74

merged 1 commit into from
Nov 23, 2023

Conversation

dappnodedev
Copy link
Contributor

This PR is causing the following error in the postgres container:

Data page checksums are disabled.

initdb: error: could not access directory "/var/lib/postgresql/data": Permission denied
chmod: /var/lib/postgresql/data: Operation not permitted
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

initdb: error: could not access directory "/var/lib/postgresql/data": Permission denied
The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

@pablomendezroyo pablomendezroyo merged commit 2525182 into master Nov 23, 2023
2 of 3 checks passed
@pablomendezroyo pablomendezroyo deleted the dappnodedev/fix-postgres branch November 23, 2023 08:05
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