Questions tagged [migration]

The process of moving one system or service from one location or model to another.

1248 questions
7
votes
4 answers

Experience in migrating from Apache to nginx?

I'd like to get some feedback about a migration From Apache to nginx. My goal is to reduce the memory footprint of the web server. Currently, I use the following modules.features on Apache: multiple virtual hosts Server Side Include Fast…
Julien
  • 1,038
  • 1
  • 13
  • 24
7
votes
6 answers

How to best migrate a server to new hardware

I'm getting ready to migrate a server from old hardware to new hardware. I'm thinking of doing a P2P migration rather than actually rebuilding, reinstalling and migrating databases. The servers are Dell 2950s with Hardware RAID, running Windows.…
Laura Thomas
  • 2,845
  • 1
  • 28
  • 24
7
votes
3 answers

How to transfer user accounts to a new Linux machine?

I currently have a Linux box hosting our internal Subversion repository. Access to this repository is via svn+ssh with authenticating happening against user accounts on the machine. I have recently acquired a shiny, new box (also installed with…
Anthony Cramp
  • 171
  • 1
  • 2
  • 5
7
votes
3 answers

Migrate Hosted VPS server to my own server

Is it possible to direct copy an entire VPS host to my own server? My current VPS is in the US and the response times from/to Denmark are bugging me a lot. I have previously had my own server, running FreeBSD, before I switched to the VPS. For the…
Phliplip
  • 541
  • 8
  • 22
7
votes
10 answers

How to migrate a web site from one server to another with minimal downtime?

I have a server hosting a web site and other services that needs to be reinstalled. I would like to relocate these services to another server temporarily, with as little downtime as possible. Both servers are in the same data center, and can be on…
Steve Madsen
  • 476
  • 4
  • 13
7
votes
3 answers

How do I migrate a KVM guest from host to another?

I have a KVM guest that I need to migrate from one host to another. The migration does not need to be done hot. Its storage is currently backed by LVM block devices, with a bridged network adapter. Both servers have the same kernel, version of…
user13328
7
votes
5 answers

How can I migrate Dovecot from one server to another?

I have a Dovecot installation on a Fedora 12 "server" at home and I want to move all my mailboxes onto a virtual CentOS 5 server. How can I do this? Which files to I have to copy? Is it even enough to copy files or do I have to be prepared for some…
Daniel Rikowski
  • 758
  • 4
  • 10
  • 19
6
votes
4 answers

How to migrate a bare metal Linux installation to a virtual machine

I'd like to migrate a RHEL5 installation from a bare-metal installation to a virtual machine. I'm not very experienced when it comes to Linux backup and restore procedures, so I'm looking for advice on the best way to accomplish this. The…
user26577
6
votes
2 answers

Setting up a Windows Domain in a O365-only company

My company is quite young and small, but since we're growing, we want to rollout some software deployment solution. We haven’t decided which one yet, but they usually need a Windows Domain, and we don't have one. We use Office 365 for everything…
6
votes
1 answer

How can I migrate a VPS from one provider to another while keeping configurations? Can I just use `rsync / destination:/`?

How can I migrate from one VPS to another, while keeping the configurations? I saw this question Best way to migrate data between two linux VPS But that was only to migrate the data. I have set up an email server (Dovecot/Postfix) which is a pain…
Chloe
  • 1,164
  • 4
  • 19
  • 35
6
votes
2 answers

How can you map server dependencies in an undocumented environment?

Imagine this situation: CompanyA is acquiring a subdivision of CompanyB. CompanyB lays off most of their staff for that subdivision and is not helpful when asking for documentation. Now, you must use ADMT to migrate users, groups, workstations, and…
MDMarra
  • 100,734
  • 32
  • 197
  • 329
6
votes
1 answer

repetitive errors on user machines - DC migration from a windows XP based to a windows 7 based network

I'm replacing all the old windows XP machines in my network to new machines running windows 7. I hoped it would be an easy task, but apparently it isn't: all the machines I've installed (using WDS) are repetitively showing peculiar errors and going…
6
votes
2 answers

How to export a VMware ESXi 5 VM into a file to restore it later?

As I've bought a server it had a RAID controlleer which was not supported by VMWare ESXi 5, so I had to install it in a bare non-RAID configuration. Now as I've bought a supported RAID controller I am going to install it and, reconfigure all the…
Ivan
  • 3,398
  • 19
  • 50
  • 71
6
votes
2 answers

Mounting a linux image built with "dd" on Mac OSX 10.7

I recently did a ssh root@myserver "dd if=/dev/xvda " | dd of=//myimage.img as instructed by my VPS server docs at linode. I did this before to another linux system and mounted it perfectly by doing sudo mount -o loop myimage.img…
frazras
  • 193
  • 1
  • 9
6
votes
4 answers

Dovecot Migration and old mails

I'm migrating my mails from an old server to a new one, the configuration is good (mysql virtual accounts & imap only), with dovecot and postfix. It's already running for other users, I just want to merge old accounts from the old server to the new…
lovethebomb
  • 268
  • 1
  • 2
  • 8
1 2
3
83 84