Questions tagged [migration]

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

1234 questions
145
votes
9 answers

How to dump a Microsoft SQL Server database to a SQL script?

Is there any way to export a Microsoft SQL Server database to an sql script? I'm looking for something which behaves similarly to mysqldump, taking a database name, and producing a single script which will recreate all the tables, stored procedures,…
Matt Sheppard
  • 1,559
  • 2
  • 11
  • 10
22
votes
7 answers

Best way to clone a live linux system

Does anybody know of a way to clone a live linux system? I have a live installation running a production site. Problem is, I'm needing to clone it (without bring it down), and then move it over (restore) to a virtual machine. I'm basically…
drewrockshard
  • 1,753
  • 4
  • 20
  • 27
20
votes
2 answers

How to migrate LDAP (database,schema,configuration) to other machine

I'm using openldap 2.4.40, and i need to migrate my existing ldap database, configuration, and schema (basically everything ldap server related) to a new machine. the problem is, I use cn=config configuration not the old slapd.conf file anymore. The…
J_LDAP
  • 588
  • 1
  • 4
  • 11
17
votes
3 answers

Migrate Sonatype Nexus repo from one machine to another

I am trying to migrate nexus repo. How can I go about it, any pointers?
zengr
  • 327
  • 1
  • 3
  • 15
16
votes
4 answers

nginx support for .htaccess / rewrite rules? Differences from Apache?

I've been working with Apache http servers for quite some time, and finally making the move to static-content servers alongside the others dynamic-content machines. I was wondering, does nginx support ".htaccess" files, and things like mod_rewrite?…
anonymous coward
  • 615
  • 2
  • 8
  • 15
12
votes
1 answer

I have 23 Web Servers - I need to wipe all the servers - without loss of service on any sites hosted across them

Okay so it's a challenge and I'm having trouble planning it mostly due to lack of experience. However it's become a task in my job and I'm doing it mostly solo with an extra hand. I'm comfortable with Linux and all these servers are Debian or…
Mud
  • 133
  • 7
12
votes
3 answers

How to move directory from one server to other?

I have SSH access to the both servers, one of them is empty. How can I move site directory from old server to new server via SSH connection? PS: On both servers is unix
ajile
  • 243
  • 2
  • 3
  • 7
11
votes
4 answers

Best way to change site IP address - from the end user perspective?

I did read a bunch of relevant Q/A here but I am still not sure what the best answer is. I'm moving a couple of sites from IP address "1.a.b.c" to "2.d.e.f". As of right now in the existing DNS I set all TTL to 300 seconds, and I have a new DNS…
C C
  • 413
  • 4
  • 13
11
votes
3 answers

Server 2012 hyper-v3 live migration

I am trying to do my first live migration with Windows server 2012 hyper-v 3.0. I have two servers joined into a domain.local domain and both are hypervisors with constrained delegation setup. Each server has the CIFS and Microsoft virtual service…
Matt Wall
  • 221
  • 1
  • 6
11
votes
1 answer

Migrate live server

I'm in trouble, I have a running server with the usual services (httpd, mail, sql), and looks like I must be really fast to prevent total data loss (my RAID array failed, so I'm depending on a single hdd now). The whole system built on HowtoForge's…
fabrik
  • 517
  • 1
  • 7
  • 18
11
votes
1 answer

Active Directory and Exchange Architecture Questions and Issues

Here's the background on our situation... Right now, we are setup as three distinct companies with three complete Active Directory and Exchange systems. The three offices (One in the US, two in Europe) are connected via a three way VPN setup (so…
ircmaxell
  • 1,201
  • 8
  • 20
11
votes
5 answers

Replacing a W2K3 Domain Controller - what do I need to know?

I have a network of around 70 machines, currently with two DCs both running Windows Server 2003 (DC0 & DC1). DC0 is a five year old Poweredge 1850 and has recently become increasingly flakey, and in the past fortnight has fallen over twice. I want…
Marko Carter
  • 4,092
  • 1
  • 29
  • 38
10
votes
2 answers

Server migration: most efficient way

I have been tasked with migrating one of our sites between servers (two different hosts). Both environments are linux. The site streams video, so the server is currently filled with media files (images and video). My first thought was that we'd use…
Ghost Code
  • 103
  • 5
10
votes
4 answers

Has anyone migrated production machines from MySQL to MariaDB?

I'm running MySQL for most of our DBs right now, and would like to get off the Oracle ship before it takes more of a turn. My understanding is that the transition from MySQL->MariaDB should be trivial, but going the other way is not so easy. Has…
Bryan Agee
  • 1,179
  • 2
  • 10
  • 27
10
votes
6 answers

How to migrate from SQL Server 2005 to 2008

How do you migrate SQL Server 2005 databases to SQL Server 2008? Is it as easy as backing up 2005 databases and simply restore in 2008? Are there any compatibility issues? Is SQL Server Reporting service changed in anyway? How would you go about…
dance2die
  • 1,961
  • 7
  • 31
  • 40
1
2 3
82 83