Linuxserver/mariadb - empty nextclouddb folder

See 5:02 in the video.
my reference to this video: Nextcloud, your personal cloud server, on Openmediavault - YouTube

the nextclouddb folder is full, the database and log arguments are present, and there is also a custom.cnf file and the setting is done.

I have completed the installation of linuxserver / mariabd seamlessly, but my network-> AppData-> nextclouddb folder and custom.cnf file is absolutely empty.

The system does not create the necessary files.

so I can’t make custom.cnf file settings.

PUID and PGID:

Docker container PUID and PGID:

shared permissions :

log:

It looks from your screenshots that you are running this on an RPI? It looks like you are pulling the x86 image and not the armhf image. This goes for mariadb also. You should be using the lsioarmhf/mariadb and lsioarmhf/nextcloud for repository.
The second thing is you mention that the appdata folder is on a network share. This is not something we recommend, and you will get issues.

1 Like

It looks from your screenshots that you are running this on an RPI? It looks like you are pulling the x86 image and not the armhf image. This goes for mariadb also. You should be using the lsioarmhf/mariadb and lsioarmhf/nextcloud for repository.

@vedatorkun
this is the reason

1 Like

Thank you. I used the “lsioarmhf / mariadb” and “lsioarmhf / nextcloud” repositories to resolve the problem.

I want to create link without index.php.

Currently looks like this: “https://raspberryip:444/index.php/apps/files/

I want to get it like this: “https://raspberryip:444/apps/files/

You’ll need to edit the nginx config file within the nextcloud container to re-write the url. We don’t have any documentation on how this is done.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.