Migrating emails in Plesk - plesk

I am trying to move emails from an old plesk 11 server to a new plesk 12 server.
The server hosts multiple domains with their own subscriptions so I am transferring one at a time. Unfortunately one subscription on the old server holds multiple different domains and the associated email addresses. I want to transfer the email accounts from the old server in this bundled up subscription into a new subscription on the new server.
What is the best way to go about this?
ALSO
I am transferring the sites and then updating the DNS to point to the new server.
TLDR
Migrate emails from an old server's subscriptions into a new server's different subscription.

I created all the subscriptions on the new server and then using the migration manager, when I migrated the sites email settings they were sorted into the relevent subscriptions.

Related

Sync multiple local MongoDB databases to one remote database

In order to build a native desktop application with Electron that can be installed by users in many desktops. Every user must install a local MongoDB database to use the application locally. Now i want to provide a cloud service that can sync the local database for every registered user to the remote server MongoDB database. I'm thinking about putting every local database as a collection in the remote database or maybe just create all the local databases in the remote database by renaming their databases to their usernames.
Which method is good for me? is there a best practice for this problem? what about the limits?

Azure data sync client - How to sync 2 local databases to different azure accounts?

This is my scenario:
One Windows Server with one SQL Server with two Databases (localDbA, localDbB).
Two Azure accounts/abonnements (Abo1 with cloudDb1, Abo2 with CloudDb2).
Now I need to sync localDbA to cloudDb1 and localDbB with cloudDb2.
But the data sync agent can only work with one submit key!
Is this feature not supported?
you can only register a data sync agent against one Data Sync Service and you cannot install multiple instances of the Data Sync Agent on the same box either.
so it's either you install Data Sync Agents on two machines or you sync both on-premise databases on one of the subscription and have another sync group that syncs that hub from the previous sync group to the other SQL Azure DB on the other subscription.

Database mirroring on Rackspace or Xeround

I´m running 2 servers on Rackspace. I have set up a load balancer that balances the traffic between these two servers.
Each of these servers runs a Glassfish v3 server with a Java EE application on it, that offers a web interface to write some data into server database. The problem is that I need to have the same data on each database (server 1 database and server 2 database).
A resolution to this problem is mirroring of databases.
I would like to ask if there is some automated system to mirror these databases inside the rackspace?
Furthermore I ve found Xendros database cloud that is able to work with Rackspace Cloud. Is it possible to mirror these databases inside the Xeround?
Or are there any better solutions ?
Thanks for answers :)
With Xeround you do not need to mirror your database, you create a single database instance and direct your application servers to work with this instance.
For more information you are welcomed to visit our web site http://www.xeround.com

How can I Upload my ASP.NET website(with database)?

this is my first project ^_^
and I have no previous experience.
I did create the database in my project from within the MVC.
Add New Item > SQL Server Database
then I use ADO.NET Entity DataModel
and I don't need to open my connection each time I deal with the database.. it's only the connection string in the Web.config..
my question is :
how can I upload my database?
is there any resource for such beginner as me :$ ?
I did Google it but I found it very hard for me to know if this is what I want or not, that's why I came here :$
It really depends on what type of access you have to your server.
If you have remote desktop access then run remote desktop (mstsc in run) and connect to your server.
This article shows how to install your web application in IIS on server.
This blog post from Scott Guthrie shows you how to deploy your sql database to your server.
In case you only have access to your server via a control panel (plesk) you should still be able to do the same via a different interface. (you need to go through the instructions given for the specific control panel you are using).
Hope this helps.
For ASP.Net website, just upload all files using FTP, in wwwroot folder of your hosting.
For SQL Server database there are following option.
Attach your MDF file on hosting database server (if you have remote desktop).
Generate a script of whole database with full data, schema, and indexes etc. and run the script in query editor of your hosting panel.
First of all create a database from your hosting panel and a user for your database then Use SQL Serer 2008 (R2 most preferable) and connect with your hosting SQL Server using hosting server name in Server name, your db user id in User Name, and same for password. And then connect, you will find a long list of databases including your own database. Now right click on your database and import data from your local database server to remote database server.

How can I force SQL Server to recognise a new domain machine account?

I'm setting up a new web server. The way our website's configured, the IIS application pools run as NetworkService on their host machines, and then each of the web server's domain computer accounts is added to the MYDOMAIN\Webservers security group, which is in turn granted SQL Server login access to various databases. The new web server's been added to the MYDOMAIN\Webservers group, but 30 minutes later, I'm still getting
Login failed for user 'MYDOMAIN\SERVER03$'
I believe in the past, we just ignored it overnight and it was magically working in the morning... but I'd kinda like to know what I can do to force the new account and group membership to propagate across the domain so the SQL Server login system will recognise the new machine account. Any ideas?
You would probably need to force replication of the Domain Controllers;
http://technet.microsoft.com/en-us/library/cc816926(WS.10).aspx
It would work given time, as you noticed, by leaving it and letting the replication happen normally.
Update. The posted link is for Windows Server 2008/R2 which I use, but I believe it is the same for other versions.

Resources