Ideas for site migration: How would you do it? LAMP -> something w/ Sql Server


 
Thread Tools Search this Thread
Top Forums Web Development Ideas for site migration: How would you do it? LAMP -> something w/ Sql Server
# 1  
Old 11-02-2011
Network Ideas for site migration: How would you do it? LAMP -> something w/ Sql Server

I'm afraid I'm going to have to migrate our entire website from Linux. There have been a number of irregularities in our MySQL database and the system that we have set up -probably isn't scalable.

Since my manager is re-envisioning (taking the moment to re-engineer) -he wants to move the database from MySQL to SQL Server 2008.

The problem for me now -since I am the "front end" is how to adapt our existing infrastructure (for however long it exists) from MySQL to SQL Server.

We are running Linux PHP 5.0 for now.

Q1: Is it possible to host SQL Server on another server; and migrate all the MySQL calls from our Website to the new server? If so, where can I read about how to do that?

Q2: Should I just forgo trying to maintain our current Linux website and migrate our entire website to Windows Server?

The reason I want to do Q1 is to avoid Q2 but only if it makes sense and is less problematic etc.
# 2  
Old 11-02-2011
If the way you're using mysql isn't scalable, what makes you think doing the exact same thing with mssql will be scalable? It may be your algorithms, database structure, etc, etc. that need changing, not the backend.

I suspect changing backends without improving the software is a recipe for disappointment.
This User Gave Thanks to Corona688 For This Post:
# 3  
Old 11-02-2011
Well, if he just wants to move the database to SQL Server 2008, why not use Sybase on Linux? After all, SQL Server is derived from Sybase. Other database options include Postgres and the other Ingres derivatives. All of these have proven scalability.
This User Gave Thanks to fpmurphy For This Post:
# 4  
Old 11-03-2011
For the record; it's not MySQL which isn't scalable it's our whole system. We are migrating it in parts. The first part to go is MySQL... someone else is making the decisions on what to do and I have little say in it.

I love the idea on Sybase it's just that my boss (who doesn't make mistakes) has already hired someone to create a duplicate database in SQL Server and now I'm stuck with figuring out how to get our existing system to work with it (if it can be done).

Honestly, who knows if I will be here long enough to ask other questions...
# 5  
Old 11-03-2011
Have a look at FreeTDS
This User Gave Thanks to fpmurphy For This Post:
# 6  
Old 11-03-2011
Quote:
Originally Posted by Astrocloud
I love the idea on Sybase it's just that my boss (who doesn't make mistakes) has already hired someone to create a duplicate database in SQL Server and now I'm stuck with figuring out how to get our existing system to work with it (if it can be done).

Honestly, who knows if I will be here long enough to ask other questions...
Try switching to mssql_ calls instead of mysql_ calls. That's about all I can reccomend.
This User Gave Thanks to Corona688 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. Web Development

Building LAMP server from scratch (build a server with compiled LAMP from CentOS mini)

Hello everyone, I would like to setup a lamp server from a minimal distro and to compile PHP, MySQL and Apache myself. I have chosen CentOS minimal for the OS and I am trying to build the stack by hand... But well, it appears I need some help! First: I am looking for good and recent... (3 Replies)
Discussion started by: freddie50
3 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. Shell Programming and Scripting

Server Migration: Problems with attributes

I am migrating from a host to another and I am trying to mimic the attributes on the old server. Only problem is I can't figure out a fast way. Any recommendations? Initially I thought about listing all my files on my previous host, but for some reason the listing of all files produced... (2 Replies)
Discussion started by: raykon
2 Replies

6. 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

7. AIX

How will do migration through NIM server in AIX

Can any one help..... How will do migration through NIM server? (4 Replies)
Discussion started by: AIXlearner
4 Replies

8. UNIX for Advanced & Expert Users

LAMP Server Failover

How does everyone else handle this? My Setup: Server A: CentOS 5.x 10.0.0.1 Apache MySQL Master Server B: CentOS 5.x 10.0.0.2 Apache MySQL Slave My Domains: dom1.com A record: 10.0.0.1 A Record: 10.0.0.2 dom2.com A record: 10.0.0.1 A Record: 10.0.0.2 (3 Replies)
Discussion started by: Ikon
3 Replies

9. 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
Login or Register to Ask a Question