Share » Forums » General » Site Hosting Server Change

Site Hosting Server Change

Site Hosting Server Change

Monday 30 August 2010 4:57:21 am - 4 replies

Author Message

Ivo Lukac

Monday 30 August 2010 5:52:31 am

Hi Do you have ssh access? If not do you have FTP and phpMyAdmin access?

http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac

suvadeep sarkar

Monday 30 August 2010 6:04:27 am

Hi Ivo

Thanks for replying. I have the Admin access to the EzPublish CPanel. I also have the Admin access to the new Hetzner server.

Ivo Lukac

Monday 30 August 2010 6:10:22 am

Thanks for replying. I have the Admin access to the EzPublish CPanel. I also have the Admin access to the new Hetzner server.

CPanel will not help you much. You should have some kind of direct access to files and database (ssh, ftp, phpmyadmin or similar).

You can try to connect to mentioned services with you cpanel password. Or look in Cpanel for some info on how to do that.

Or send an email to webmaster...

http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac

Lukasz Klejnberg

Wednesday 01 September 2010 2:54:25 pm

Hi,

You can do mysqldump current database and then import it to the new.

export database: 
mysqldump -uUSER -p -hADDRES_IP_WHERE_IS_YOUR_DATABASE -B NAME_YOUR_DATABASE >backup_database.sql

import database:
mysql -uUSER -p -hADDRES_IP_WHERE_IS_YOUR_NEW_DATABASE -B NAME_YOUR_DATABASE <backup_database.sql

Then you need to change the files in siteaccess for database settings and the base url.

settings/siteacces/eng/site.ini.append.php

[DatabaseSettings]
DatabaseImplementation=ezmysql
Server=hostname your new database server
Port=
User=user new database server
Password=password this user
Database=name of new database

SiteURL=new site url

AdditionalLoginFormActionURL=new url user/login

You must also clear the entire cache, language files, ini, codepages, content, ezmutex, override, public, template, template-block, trans, translation, user-info and then copy all the ez publish a new server.

Best regards,

Lukasz

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu