LyndochAVs Posted April 2, 2023 Share Posted April 2, 2023 (edited) Error "Cannot create or write into the data directory" I can not get around this error, it does not matter if I try and install NextCloud, or any other App that requires a database to be created. Be it MariaDB or Postgresql. I have changed directories, owners, permissions and everything I can think of. I have installed UnRAID Version 6.11.5 2022-11-20. I even went so far as to run "New Config" and still the same problem I like the UnRAID interface, and if possible not go back to TrueNAS. Any help would be appreciated. Edited April 2, 2023 by LyndochAVs Quote Link to comment
Squid Posted April 2, 2023 Share Posted April 2, 2023 Where do you get the error? Quote Link to comment
LyndochAVs Posted April 2, 2023 Author Share Posted April 2, 2023 When I go to the WebUI for the first time after installing an app. The app askes to create an administrator account and you configure the Database for the first time, I get the error Cannot create or write into the data directory I have tried different directories, giving full permissions to the 'user' of that directory and still luck. I've printed off the entire UnRAID user manual that is available online and I must admit it is very brief and obviously assume a mass of prior knowledge that I just don't have right now. Quote Link to comment
Squid Posted April 12, 2023 Share Posted April 12, 2023 Are you specifying "LOCALHOST" or the IP address of the server? LOCALHOST within a container does not mean the server's IP. It refers to the IP of the container itself. You would need to specify the IP address of the server and the port you've specified for the database FWIW, I just installed Nextcloud and MariaDB (both from LSIO) with no apparent ill effects and no logged message like what you're seeing.... Quote Link to comment
LyndochAVs Posted April 13, 2023 Author Share Posted April 13, 2023 I installed Docker elsewhere, and I am getting the same problem even when using the database ip and not the server ip. Thank you for your help, but I think I will go use another platform that I know works for me, and forget about Unraid. Quote Link to comment
nanohits Posted July 28, 2023 Share Posted July 28, 2023 I have the same problem. Quote Link to comment
JoeArny Posted September 9, 2023 Share Posted September 9, 2023 Hope this can help anyone else with the same problem... When you create the docker you set the location of your files in "User Files" Note that the container is going to access this path through /var/www/html/data . When you are setupping the account you are now asked where to add the Data folder: If you change this path you will not point to the data folder you defined earlier, this will cause the interface to issue the message you are seeing. PS: Other problems may cause the same, but I dare to say this is a common mistake. 2 Quote Link to comment
stryker Posted January 6 Share Posted January 6 Thank you very much. That helped me. I was changing the path of the Data folder to the path given in Unraid, in my case /mnt/cache_nvme/appdata/postgresql15. I was making that common mistake you speak of. This time I left the data folder path as /var/www/html/data put the address of the server 10.0.0.7:5432 and I am in business. Quote Link to comment
calrissiano Posted January 10 Share Posted January 10 On 9/9/2023 at 7:47 PM, JoeArny said: Hope this can help anyone else with the same problem... When you create the docker you set the location of your files in "User Files" Note that the container is going to access this path through /var/www/html/data . When you are setupping the account you are now asked where to add the Data folder: If you change this path you will not point to the data folder you defined earlier, this will cause the interface to issue the message you are seeing. PS: Other problems may cause the same, but I dare to say this is a common mistake. Just wanted to say thank you! I had the same issue and this fixedx it. Quote Link to comment
Wulfric_Phocas Posted April 12 Share Posted April 12 On 9/10/2023 at 3:47 AM, JoeArny said: Hope this can help anyone else with the same problem... When you create the docker you set the location of your files in "User Files" Note that the container is going to access this path through /var/www/html/data . When you are setupping the account you are now asked where to add the Data folder: If you change this path you will not point to the data folder you defined earlier, this will cause the interface to issue the message you are seeing. PS: Other problems may cause the same, but I dare to say this is a common mistake. Thanks for the advice. This was driving me crazy. All fixed. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.