Nikodemus
Nikodemus
IImmich
Created by Nikodemus on 4/2/2025 in #help-desk-support
Container Start Error at first initialization attempt
Huh, that seems to have done the trick. Thank you so much!
13 replies
IImmich
Created by Nikodemus on 4/2/2025 in #help-desk-support
Container Start Error at first initialization attempt
Hmmm, what sizes does the DB grow to?
13 replies
IImmich
Created by Nikodemus on 4/2/2025 in #help-desk-support
Container Start Error at first initialization attempt
nas_share is the mount point yes. That's why I specified that docker was able to make the subdirectory just fine. Should the yaml be changed from the default when using network shares in the cifs standard?
13 replies
IImmich
Created by Nikodemus on 4/2/2025 in #help-desk-support
Container Start Error at first initialization attempt
The postgress container logs repeat everything apart from the first paragraph
chmod: changing permissions of '/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.

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

initdb: error: could not change permissions of directory "/var/lib/postgresql/data": Operation not permitted
fixing permissions on existing directory /var/lib/postgresql/data ... chmod: changing permissions of '/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
chmod: changing permissions of '/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.

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

initdb: error: could not change permissions of directory "/var/lib/postgresql/data": Operation not permitted
fixing permissions on existing directory /var/lib/postgresql/data ... chmod: changing permissions of '/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
The used yaml is unchanged. The env holds:
/home/<user>/nas_share/libraries/gallery
/home/<user>/nas_share/appdata/immich
/home/<user>/nas_share/libraries/gallery
/home/<user>/nas_share/appdata/immich
The db password has no special caracters anymore since https://github.com/immich-app/immich/discussions/15353 advised against that. https://github.com/immich-app/immich/issues/16054 seems similar but restarting was no solution yet
13 replies