I just did a migration from CORE to SCALE and everything I’ve been researching the last couple of days about the move said that it should be possible…
I decided to do the migration because CORE has always been a struggle for me and the UI and App based stuff for SCALE just always makes more sense in my mind. Also Emby decided to stop working…
My main reason for the NAS is to run my Nextcloud for family’s documents and to auto-upload pictures off of phones. And now I can’t get it to work properly, with me about to leave for a work trip after this weekend (I really just need to build a sandbox PC for me to do this stupid tinkering stuff in haha). I had previously installed Nextcloud in CORE via danb35’s script and some help from victort after moving and DDNS issues arose, I WAS able to easily follow tutorials to re-use my Cloudflare domain as a tunnel with Cloudflared. Now I just can’t get Nextcloud to work properly haha.
Now, the nextcloud database and all my files and stuff still exist in the /mnt/NAS/nextcloud/(config/db/files/themes) from the script install, but I’m getting permission errors and something about Postgre (not sure what that is…) along with other issues everytime I try to patch a fix,
Main issue is trying to get the Nextcloud to re-enable my users and files so that way we can atleast log in from home. After that remote access (which I THINK should be working but without Nextcloud up, I can’t verify).
Any help is greatly appreciated. Please let me know what information you need from me. Thank you so much in advance!
You will probably have to convert your data base to Postgres because the script by @dan uses MariaDB by default.
How to do that, well…
Once that is done, you should be able to configure the Nextcloud app with host path to your data and database.
If the data you have currently in Nextcloud isn’t more than a few gigs, you might be able to set up the app from scratch, using host path for data and database, then copy all the user files into the “data” path, and running “occ files:scan --all” command to reindex your files into the database.
How many users do you have?
How much storage have you used?
You will probably not have to worry about the config file, as that will most likely be taken care of by the docker container. As well as the themes path.
Can’t I keep it MariaDB? There’s an option in the Web Portal install thingy for SQLLite, SQL/MariaDB, and Postgres. Can I try doing it with the MariaDB maybe?
I tried to get my whole family into my server so that leave Google, but alas it’s really only my wife & I (+admin). I have about 2.7TB in there.