Cannot install nextcloud

Dohuginn

Dabbler
Joined
Nov 6, 2022
Messages
35
After upgrading from Angelfish to Bluefin 22.12.1, nextcloud did not start. I uninstalled it and tried to reinstall it. But when truenas starts, at first nextcloud is in the active state, and when I try to web it changes to deploying. New reinstallation attempts do not change anything. I will add the logs

nextcloud-postgres
FATAL: password authentication failed for user "oc_admin"
DETAIL: Password does not match for user "oc_admin".
Connection matched pg_hba.conf line 99: "host all all all md5"
nextcloud
"GET /status.php HTTP/1.1" 500 410 "-" "kube-probe/1.25"
[mpm_prefork:notice] [pid 1] AH00170: caught SIGWINCH, shutting down gracefully
 

devemia

Dabbler
Joined
Mar 5, 2023
Messages
20
Can confirm I'm facing the same issue, have you found a resolution yet?
 

mbray0007`

Cadet
Joined
May 29, 2023
Messages
1
I'm seeing the same thing, and can't actually find a Charts install for it separate from the "official" install.
Did you ever have any luck?
 

sos_nz

Explorer
Joined
Mar 17, 2023
Messages
58
Last edited:

jtmpush18

Cadet
Joined
Mar 7, 2022
Messages
8
There seems to be an issue with the official install package:
2023-05-31 22:25:24.863573+00:00Connection matched pg_hba.conf line 99: "host all all all md5"
2023-05-31 22:25:24.863589+00:002023-05-31 22:25:24.863 UTC [481] FATAL: password authentication failed for user "oc_admin"
2023-05-31 22:25:24.863610+00:002023-05-31 22:25:24.863 UTC [481] DETAIL: Role "oc_admin" does not exist.
2023-05-31 22:25:24.863621+00:00Connection matched pg_hba.conf line 99: "host all all all md5"
2023-05-31 22:25:24.865781+00:002023-05-31 22:25:24.865 UTC [482] FATAL: password authentication failed for user "oc_admin"
2023-05-31 22:25:24.865845+00:002023-05-31 22:25:24.865 UTC [482] DETAIL: Role "oc_admin" does not exist.
2023-05-31 22:25:24.865858+00:00Connection matched pg_hba.conf line 99: "host all all all md5"
2023-05-31 22:25:29.867844+00:002023-05-31 22:25:29.867 UTC [499] FATAL: password authentication failed for user "oc_admin"
2023-05-31 22:25:29.867898+00:002023-05-31 22:25:29.867 UTC [499] DETAIL: Role "oc_admin" does not exist.
2023-05-31 22:25:29.867935+00:00Connection matched pg_hba.conf line 99: "host all all all md5"
2023-05-31 22:25:29.870425+00:002023-05-31 22:25:29.870 UTC [500] FATAL: password authentication failed for user "oc_admin"
2023-05-31 22:25:29.870488+00:002023-05-31 22:25:29.870 UTC [500] DETAIL: Role "oc_admin" does not exist.
2023-05-31 22:25:29.870521+00:00Connection matched pg_hba.conf line 99: "host all all all md5"
2023-05-31 22:25:34.860495+00:002023-05-31 22:25:34.860 UTC [502] FATAL: password authentication failed for user "oc_admin"
2023-05-31 22:25:34.860565+00:002023-05-31 22:25:34.860 UTC [502] DETAIL: Role "oc_admin" does not exist.

This happens no matter what id & password that I use.
Is there a way forward on this issue?
 

jtmpush18

Cadet
Joined
Mar 7, 2022
Messages
8
I found that by following the instructions below (exactly, without deviation), it CAN be installed correctly:
 

fastzombies

Explorer
Joined
Aug 11, 2022
Messages
57
I found that by following the instructions below (exactly, without deviation), it CAN be installed correctly:
404 Error Looks like the article is gone.

Has anyone else resolved this issue? I've tried various permissions on the datasets with no luck.
 

victort

Guru
Joined
Dec 31, 2021
Messages
973
Add these lines to the end of your config.php

Code:
 'enable_previews' => true,
  'enabledPreviewProviders' =>
  array (
    0 => 'OC\\Preview\\Movie',
    1 => 'OC\\Preview\\PNG',
    2 => 'OC\\Preview\\JPEG',
    3 => 'OC\\Preview\\GIF',
    4 => 'OC\\Preview\\BMP',
    5 => 'OC\\Preview\\XBitmap',
    6 => 'OC\\Preview\\MP3',
    7 => 'OC\\Preview\\MP4',
    8 => 'OC\\Preview\\TXT',
    9 => 'OC\\Preview\\MarkDown',
    10 => 'OC\\Preview\\PDF',
  ),
 

fastzombies

Explorer
Joined
Aug 11, 2022
Messages
57
There is another thread on this:


has link to Jira issue. Last comment was update to 22.12.3.1 and try again, which I did but the issue persists. It doesn't get far enough to give me a config.php to edit.
 

fastzombies

Explorer
Joined
Aug 11, 2022
Messages
57
I successfully deployed today. See my update i

 

Bean-G

Cadet
Joined
Sep 1, 2023
Messages
2
hey everyone did anyone have a sulution for this problem?

I hope this is the corect place to put this.

I have a similar problem installing nextcloud on truenas scale.
I just upgraded from core to scale and wanted to install the Nextcloud app but i get stuck at deploying 1/2.
The log says:

FATAL: password authentication failed for user "nextcloud"
DETAIL: Password does not match for user "nextcloud".
Connection matched pg_hba.conf line 99: "host all all all md5"
I've been hunting thru the forum for liturely hours now, but i can't find a solution for my problem.

At first i was using the old config file from the core install, after it not working i descidet to go with a fresh setup, i importet the pools and set up everythig again manualy.
I've been folowing tutorials on youtube, createt datasets over and over againg and configured them.

also if i go in to the truenas credentials i can't find a user nextcloud (should there be one?)

I can install and run apps, the vms are also running, just Nextcloud refuses to work for me and i really do need it.

I'm not super savy with truenas, or linux, it's still very new to me.

I hope you guys can help me out with this

Cheers
Benj
 

Bean-G

Cadet
Joined
Sep 1, 2023
Messages
2
hey everyone did anyone have a sulution for this problem?

I hope this is the corect place to put this.

I have a similar problem installing nextcloud on truenas scale.
I just upgraded from core to scale and wanted to install the Nextcloud app but i get stuck at deploying 1/2.
The log says:

FATAL: password authentication failed for user "nextcloud"
DETAIL: Password does not match for user "nextcloud".
Connection matched pg_hba.conf line 99: "host all all all md5"
I've been hunting thru the forum for liturely hours now, but i can't find a solution for my problem.

At first i was using the old config file from the core install, after it not working i descidet to go with a fresh setup, i importet the pools and set up everythig again manualy.
I've been folowing tutorials on youtube, createt datasets over and over againg and configured them.

also if i go in to the truenas credentials i can't find a user nextcloud (should there be one?)

I can install and run apps, the vms are also running, just Nextcloud refuses to work for me and i really do need it.

I'm not super savy with truenas, or linux, it's still very new to me.

I hope you guys can help me out with this

Cheers
Benj
Ok after desperatly looking for solutions, I got all the data off the pool, destroyed the pool and recreatet a new pool, i was now able to correctly install Nextcloud.

I guess there must have been some permission issue when switching from Core to Scale.

The next issue i have is to get my external Domain to work with Nextcloud, but i guess this is a problem for a diferent thread.
 
Top