This is working fabulously. I migrated my site across using All-in-One WP from my NS7 install. Every thing Iâve tried so far checks out. My mailing list, woocommerce shop, all of it appears to be working perfectly on the new build.
Cloning did not produce file. These instances are from day 1 updated up to 1.0.4 about an hour ago. Can I manually create the file and will it survive?
Or simply remove them all (not populated yet, just an install) and forget about old stuff or leftovers?
I had your repo defined in Software Center for Wordpress, do I need to remove it and rely on Netforge only?
Wouldnât work the same way you did from ns7 to ns8 (plugin to export/import) but from current working wordpress instance to a new instance? Sorry if I missed something while reading only a part of the thread.
@dnutan Yes. This is probably the easiest solution. I was just curious if there was a simple command to change the repository for the module. As there is not, Iâll export / import again.
There were a few small hiccups, but I was able to get it working. If it would be useful to someone else, Iâm happy to document the process, I canât think of why anyone else would be migrating from a custom wordpress module.
The NS8 is on Proxmox on LOCAL LAN.
I created all the necessary DNS records at Cloudflare.com
I did all the redirections for NS8 on my main NethServer-7.9 to point to NS8 at 192.168.71.120.
I checkd with:
I do not think it is a WordPress problem as all my other sites on my main NethServer-7.9 use https without any problem.
Any suggestion ?
Migration of WordPress from NethServer-7.9 to NS8
Since all was working so well I decided to test a migration of my smallest WordPress site on NethServer-7.9 to NS8 using WordPress Duplicator extension. I used it often in the past.
I deleted everything in folder 9001.
Donwloaded the 2 files created by Duplicator in it (the zip and the installer).
I access the site and Duplicator asks the standard questions: the DB name, user, password, etcâŠ
My previous WP installtion was connecting to the DB without any problem.
But Duplicator was not able to connect to the DB even if I was using the same link:port as before.
I dumped the orginal BD, tranfered and insert it in NS8.
I checked with: show databases; and it was there.
Still not possible for Duplicator to connect.
Maybe it is the CHARSET.
On NethServer-7.9, I used UTF8 but NGINX PhpMyAdmin is using utf8mb4_unicode_ci as default and there is no plain UTF8.