The NextcloudAIO install went well and after the new DNS record propagated I can access my new Nextcloud server at https://nc2.mmndi.com.
The next thing I plan to do is change the NextcloudAIO data directory to a block storage volume so I need to refresh my Docker command line skills.
The following command line displays the current data directory.
sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ config:system:get datadirectory
The data directory is currently /mnt/ncdata. I want to change it
to /mnt/mmndi-block-storage-Chicago.
Once I have my shiny new NextcloudAIO configured and tested I will start user and data migration from my Nextcloud server in Toronto.
Having Fun.
Roger M. Jenson
Changing the data directory has proven to be a challenge. I think I broke my last NextcloudAIO installation trying to change the data directory. After deleting the broken NextcloudAIO instance and installing a new instance it was time to start over.
After a bit of research it looked liked I had three paths.
After failing to produce the desired results with the first two methods I was successful with the third method.
Preparation:
rsync -av the directory and contents created by the NextcloudAIO inside of the Block Storage volume.
Change:
Edit the NextcloudAIO config file variable to point to the directory in the Block Storage volume.
Test:
Login to admin account after ...
Stopping and restarting NextcloudAIO docker containers.
Rebooting the server instance.
Create a new user.
Login as the new user.
Confirm the the new user account directories and files are created in the Block Storage volume.
Now I have to work on user account and data migration from the previous Nextcloud server instance.
Having Fun,
Roger M. Jenson
--
Homepage: http://www.milwaukeelug.org/home
This forum online: https://groups.google.com/forum/#!forum/MilwaukeeLUG
---
You received this message because you are subscribed to the Google Groups "Milwaukee Linux User's Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to MilwaukeeLUG...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/MilwaukeeLUG/08965036-cc53-4117-babb-ccfddb6d425c%40eyedigix.com.
The user account data migration tool in Nextcloud exports the following.
User information and settings
Files
Deleted files
Profile information
Calendar
Contacts
I have to learn how to migrate the contents of the following applications.
Collectives
Deck
Tasks
Notes
Talk
The user migration for my user account took a while to generate a 3.7 GB export file that I downloaded to my desktop computer. When I was ready to import the user profile I was reminded that my upload speed was much less than download speed when the upload was estimated to take 8 hours. The solution was to rsync the user export file from the Toronto data center to the Chicago data center using the big pipes between them. The user file import was a breeze. Now all I have to do is work on the second list of application files.
Having Fun,
Roger M. Jenson
To view this discussion on the web visit https://groups.google.com/d/msgid/MilwaukeeLUG/6fdaa6a2-778f-46ae-b940-61d9fd232571%40eyedigix.com.