uploading my site from local to web

Author Message

mihnea stoian

Monday 09 February 2004 7:45:06 am

I've just installed ezpublish on my webhosting account and it works fine, but now I need to upload my already-made site from my machine (XP with ezPublish 3.3-1) to the web (linux with ezPublish 3.3-2). Could someone tell me or give me some hint on how I can go about it?

There is no documentation on how to do this, although I believe a lot of ppl would be in the situation where they'd need to do this, especially if there is a devel server and a host server.

Any help would be appreciated!

Thanks,

Mihnea

Balazs Halasy

Tuesday 10 February 2004 12:28:26 am

Just a couple of hints:

1) You should upgrade your local site to the same version as you will be running on the server. If you don't, then you might experience some database incompatibility problems.

2) You should also consider upgrading both of your eZ publish installations to the latest version. There has been a lot of bugfixing lately; so - to get the most stable and reliable version, you should run the latest...

3) Freeze both sites (make sure there is no traffic og people logged in doing stuff).

4) Copy the database, the designs, your settings, var dir. contents. etc. from the local box to the server.

5) Cross your fingers and fire it up.

Balazs

Bengt Skogly

Tuesday 10 February 2004 1:25:59 pm

How do I take backup of my database (to one *.sql file)?

Vidar Langseid

Wednesday 11 February 2004 1:34:17 am

backup:
mysqldump --add-drop-table -uUSERNAME -p DATABASE > mydatabase.sql

restore:
mysql -uUSERNAME -p DATABASE < mydatabase.sql

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 19 2025 01:03:17
Script start
Timing: Jan 19 2025 01:03:17
Module start 'layout'
Timing: Jan 19 2025 01:03:17
Module start 'content'
Timing: Jan 19 2025 01:03:17
Module end 'content'
Timing: Jan 19 2025 01:03:17
Script end

Main resources:

Total runtime0.0173 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0069 589.2813152.6406
Module start 'layout' 0.00690.0028 741.921939.4766
Module start 'content' 0.00970.0058 781.398489.3672
Module end 'content' 0.01550.0018 870.765634.3047
Script end 0.0172  905.0703 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002413.8598140.0002
Check MTime0.00116.4431140.0001
Mysql Total
Database connection0.00148.317210.0014
Mysqli_queries0.002916.565530.0010
Looping result0.00000.092410.0000
Template Total0.00148.210.0014
Template load0.00063.731810.0006
Template processing0.00084.454410.0008
Override
Cache load0.00042.458910.0004
General
dbfile0.00169.059280.0002
String conversion0.00000.053840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs