Sponsored Content
Operating Systems Linux CentOS Live Server Migration? Post 302378355 by bsdtux on Monday 7th of December 2009 04:38:42 PM
Old 12-07-2009
I would start by finding out more about the data that you will be moving. Like What type of application this customer runs. when are they not getting hits. If they are always getting writes to the database then what time of day is slowest for them. Also if this is a heavily used web app expecting no downtime is quite a feat to ask for. But to move the database my suggestion would be to backup the database, restore it on the other server and then setup replication.

then I would point them to the new database so that all new writes will go to the new database while they are getting in between writes poplulated from the old db server.

course this is assuming that they are using
php , mysql , and apache like you said.
 

6 More Discussions You Might Find Interesting

1. AIX

Migration from OLD server to NEW one

Hi everybody, I want ask if it is possible to copy all storage structure (VGs, LVs & filesystems) from one server to another. In other words, I want to move my system from old server to new one, so I want the new server exactly have the same sizes and number of VGs, LVs, & filesystems. Thanks... (11 Replies)
Discussion started by: aldowsary
11 Replies

2. Solaris

Server Migration

Hi All We are having a very old server that is working on solaris 5.6 and oracle7. now We are planning to migrate it to a Solaris 8 and oracle 9 environment. The application software of the server is basically written in ProC and there are few sql ,perl and shell scripts on the server . We... (13 Replies)
Discussion started by: asalman.qazi
13 Replies

3. Solaris

Storage Migration on Solaris server

Hi All, I need your help urgently. Below I have given the brief description of the Architecture and the Problem. The brief details of the architecture: We have 5 Containers(Non-Global Zones) running on one T5220 Box. The Global Zone is running Solaris 10. The Non-global Zones are... (6 Replies)
Discussion started by: kamaldeep1986
6 Replies

4. UNIX and Linux Applications

Server migration from samba+ldap to windows server 2003

Hi, i have a server installed samba+openldap (pdc). Need to migration windows server 2003 (active directory) object users, computers. Where you can read how to do it? Or can tell me how to do it? Thanks. P.S. Sorry for bad english (0 Replies)
Discussion started by: ap0st0l
0 Replies

5. AIX

Server migration

Hi, Existing several p5 server with lpar (aix5.3), also implemented with hacmp. And now planning to buy new set of server (installing aix7.1)and SAN to replace the existing server. My question is, how to perform data migration from old server/SAN to new server/SAN. Suppose I install... (6 Replies)
Discussion started by: Oceanlo2013
6 Replies

6. Solaris

Server migration - using ufsdump

hi all, i am refreshing my hardware, but i do not want to do a clean installation/reinstallation. I am wondering if i could do - do a ufsdump of the / partition (into a file on a nfs share) - bootup using cdrom in the new machine - mount the boot device/slice, and restore the ufsdump on... (7 Replies)
Discussion started by: javanoob
7 Replies
WIKI-TOOLKIT-RENAME-NODE(1p)				User Contributed Perl Documentation			      WIKI-TOOLKIT-RENAME-NODE(1p)

NAME
wiki-toolkit-rename-node - Rename a node stored in a Wiki::Toolkit instance. SYNOPSIS
# Rename a node in a Wiki::Toolkit instance, updating internal links # and references if the formatter supports link re-writing. wiki-toolkit-rename-node --type postgres --name mywiki --user wiki --pass wiki --host 'db.example.com' --port 1234 --oldname MyOldNodeName --nemname FancyNewNodeName DESCRIPTION
Takes four mandatory arguments: type The database type. Should be one of 'postgres', 'mysql' and 'sqlite'. name The database name. oldname The name of the node to be renamed. newname The new name for the node. four optional arguments: user The user that connects to the database. It must have permission to create and drop tables in the database. pass The user's database password. host The hostname of the machine the database server is running on (omit for local databases). port The port number that the database server is expecting connections to. AUTHOR
Nick Burch COPYRIGHT
Copyright (C) 2006 Nick Burch. All Rights Reserved. This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Wiki::Toolkit perl v5.14.2 2011-09-25 WIKI-TOOLKIT-RENAME-NODE(1p)
All times are GMT -4. The time now is 06:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy