Site Hosting Server Change

Author Message

suvadeep sarkar

Monday 30 August 2010 4:57:21 am

Hi

We are working on http://www.oceanview-house.com/ which runs on ezPublish and is currently hosted in Apton server. We want the same to transfer to another server which gives the environment for ezPublish to be installed. But we are unable to do this because we are not understanding how to transfer the existing content and database to the new server.

A quick help will be highly appreciated. This is very urgent, will wait for an answer.

Regards

suvadeep

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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 10:18:04
Script start
Timing: Jan 18 2025 10:18:04
Module start 'layout'
Timing: Jan 18 2025 10:18:04
Module start 'content'
Timing: Jan 18 2025 10:18:05
Module end 'content'
Timing: Jan 18 2025 10:18:05
Script end

Main resources:

Total runtime0.6716 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0081 587.9063152.6250
Module start 'layout' 0.00810.0052 740.531339.4453
Module start 'content' 0.01320.6568 779.9766601.6328
Module end 'content' 0.67010.0015 1,381.609416.1641
Script end 0.6715  1,397.7734 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.5125160.0002
Check MTime0.00140.2072160.0001
Mysql Total
Database connection0.00100.154910.0010
Mysqli_queries0.601989.6299650.0093
Looping result0.00070.1068630.0000
Template Total0.622392.720.3112
Template load0.00200.298120.0010
Template processing0.620392.367620.3102
Template load and register function0.00020.023410.0002
states
state_id_array0.00160.237910.0016
state_identifier_array0.00090.129020.0004
Override
Cache load0.00170.2489310.0001
Sytem overhead
Fetch class attribute can translate value0.00050.069730.0002
Fetch class attribute name0.00160.230970.0002
XML
Image XML parsing0.00340.506630.0011
class_abstraction
Instantiating content class attribute0.00000.003380.0000
General
dbfile0.00901.3412230.0004
String conversion0.00000.001540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/quote.tpldatatype/ezxmltext/quote.tplextension/ezwebin/design/ezwebin/override/templates/datatype/ezxmltext/quote.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 21
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs