-
Notifications
You must be signed in to change notification settings - Fork 299
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
Nextcloud not deploying #3045
Comments
Please provide additional information. |
Hello Stavros-K, Thanks for the reaction.
|
@stavros-k Hi Stavros-K, I don't know whether it's the problem. Just wish it can help. |
I don't see anything that would point to an actual issue that I can work with. sudo docker container inspect ix-nextcloud-nextcloud-1 | jq |
Yes its permissions issues,
chown 999:999 -R /path/to/postgres/data
chmod 0700 -R /path/to/postgres/data Replace /path/to/postgres/data with the actual path |
Did you check the file mentioned in the error...? |
Did you mean the log file: /var/log/app_lifecycle.log ? Or can you help me check it? |
Does postgres data directory have ACLs applied? |
Do you have ACLs applied on that dataset from the permissions screen on web ui? |
Thanks for the reaction. Here is the output (I removed the passwords for security reasons):
|
I'm not sure if its an duplicate of #2998 if so, sorry.
Currently my Nextcloud keeps getting stuck on "Deploying", I upgraded to the ElectricEel-24.10.1 version of TrueNAS.
If I visit the nextcloud webpage it shows the following error:
"Configuration was not read or initialized correctly, not overwriting /var/www/html/config/config.php".
Can I fix this issue, or do I have to go back to the previous TrueNAS version?
The text was updated successfully, but these errors were encountered: