Support intro
Sorry to hear you’re facing problems ![]()
help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.
In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:
example
Or for longer, use three backticks above and below the code snippet:
longer
example
here
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can ![]()
Nextcloud version (eg, 20.0.5): replace me
Operating system and version (eg, Ubuntu 20.04): replace me
Apache or nginx version (eg, Apache 2.4.25): replace me
PHP version (eg, 7.4): replace me
The issue you are facing: data is on /var/www/oh80s, and I want it to be on my raid configuration.
can i mount my raid that is at /dev/md/0 to /var/www/oh80s so my data can be stored on that raid or will this mess things up?
I know i have to copy everything from the var path to the dev and change the ownership of the folder. what I want to do is have my data on my raid not on my small hard drive. I have not logged into my nextcloud to make a user yet. I see there is a data path there but dont want to change anything because everything points to /var/www/oh80s right now.
Is this the first time you’ve seen this error? (Y/N):
Steps to replicate it:
- data currently at /var/www/oh80s
- I want my data to be at on my raid which is at /dev/md/0
The output of your Nextcloud log in Admin > Logging: have NOT Logged in yet!! Too Scared!
PASTE HERE
The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'ocntykp6d7ux',
);
PASTE HERE
``` i dont think it has been populated as i have not logged in to nextcloud web browser yet.
The output of your Apache/nginx/system log in `/var/log/____`:
I
PASTE HERE I didnt have a /var/log for ngix that i could find
PASTE HERE
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
PASTE HERE No errors I want to move where the data where all my files will be kept on. Im only using this as a file cloud server.