Upgrade Watch My Domains SED v5 to v6 (Latest)
Update your Older Watch My Domains SED v5
Make sure that you are running the the latest version of Watch My Domains SED v5.
Login to the updated version 5 to make sure that the database is updated.
Paid or Free Upgrade?
If you purchased v5 within the last 12 months, you will be eligible for a free upgrade. Otherwise an upgrade fee will apply. Please use the link below to check your eligibility. You will require the registration code for the earlier version.
Please contact us if you wish to use version 6 in evaluation / trial mode first and require a temporary license code.
Download and Install Watch My Domains SED v6
Please see here if you have SSH access to the server.
You can download Watch My Domains SED v6 (trial version) from here. If you purchased the professional edition, use the download link that was provided to you at the time of purchase.
Unpack the contents of the wmdsed-xx-xx-xx.zip into a folder different from where version 5 is installed on your web server. Make sure that the folder is web-accessible. You may want to configure a different URL for version 5 so that you will have access to both versions.
This step is Important
Don't create a new config.php
file.
Copy the config.php
file at the root of the version 5 installation to the root of the v6 installation.
If you create a new config.php
, the encryption key used for settings will change and you will have to configure all your settings again.
Using SSH to install
The fastest way to install is by using a secure shell to connect to your server and using wget to get the download pack. Use unzip to unpack the contents directly into your web site folder.
As an example, you could do something like...
cd /home/softnik/sites/ wget --content-disposition https://domainpunch.com/sed/wmdsed60_trial.zip.php unzip wmdsed60_trial.zip cd wmdsed60 cp ../wmdsed50/config.php .
The above assumes that the older version 5 is installed to /home/softnik/sites/wmdsed50/
Now configure your apache to map a URL to serve files from /home/softnik/sites/wmdsed60/
Change the cron entry
Change the crontab entry to use the cron.php
in the v6 installation folder
instead of the v5 folder. Please see the link below for more details.