Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 01:29:57 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155538 Posts in 21712 Topics by 7737 Members
Latest Member: deanmacullam
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Short question: clone entire WB site possible? [partially solved]  (Read 740 times)
Boudi
Addon Team

Offline Offline

Posts: 816



WWW
« on: November 30, 2010, 01:14:08 PM »

Hi,

Couldn't find a proper answer so here's my short question:

Is it possible to clone an entire WB site to another hosting location with all the pages and data?

And if so; that you can edit all the pages/data like on the original location?

Like I see it it's not possible since the pages are server-side created but a final answer would be great.

Boudi

« Last Edit: December 06, 2010, 01:10:14 PM by Argos » Logged

...:: Bake the Unbakable ::...
oeh

Offline Offline

Posts: 190



« Reply #1 on: November 30, 2010, 01:32:26 PM »

Maybe this is to some help.

http://www.websitebaker2.org/topics/moving-from-server-a-to-b.php
« Last Edit: December 06, 2010, 01:10:28 PM by Argos » Logged

Good bye ;-{(
oeh ;-}>
Boudi
Addon Team

Offline Offline

Posts: 816



WWW
« Reply #2 on: November 30, 2010, 01:35:58 PM »

Thnx. But moving from A to B is no problem for me.

My question is more if it's possible to move all the created mods, data, pages on server A too and get them fully working on the new server B. With this I mean editing, deleting pages.
« Last Edit: December 06, 2010, 01:10:36 PM by Argos » Logged

...:: Bake the Unbakable ::...
instantflorian
Betatester
*
Offline Offline

Posts: 804



WWW
« Reply #3 on: November 30, 2010, 03:07:15 PM »

Hi Boudi,

it is possible to take a complete WB installation including pages, installed modules etc. and copy it to another server (and even another domain). You just have to dump the database entries too, replace the old domain if the new location has another URI, and re-import it into the database of the new server. Last but not least you must manually edit the config.php (database connection data).

It can (but it has not to) happen that problems are caused by files no longer owned by the php user but the ftp user. But this depends on the server configuration.

It is (afaik) not possible to clone an installation in the way that you delete or modify a page on server A this will also affect server B.

BR
-instantflorian.
« Last Edit: December 06, 2010, 01:10:46 PM by Argos » Logged
Boudi
Addon Team

Offline Offline

Posts: 816



WWW
« Reply #4 on: November 30, 2010, 03:12:23 PM »

Thnx for your respons. Very clear.

Quote
It can (but it has not to) happen that problems are caused by files no longer owned by the php user but the ftp user. But this depends on the server configuration.

That's my problem actually. So in my case I have to ask the hoster for changing the permssions? if so, what permissions exactly?

« Last Edit: December 06, 2010, 01:11:02 PM by Argos » Logged

...:: Bake the Unbakable ::...
instantflorian
Betatester
*
Offline Offline

Posts: 804



WWW
« Reply #5 on: November 30, 2010, 05:02:59 PM »

Hi Boudi,

there is no general answer. Usually WB should work with 755 for directories and 644 for files.
But do you really have to ask the hoster to change the permissions instead of doing it by yourself with f. ex. Filezilla?  shocked

BR
-instantflorian.
« Last Edit: December 06, 2010, 01:11:09 PM by Argos » Logged
Boudi
Addon Team

Offline Offline

Posts: 816



WWW
« Reply #6 on: November 30, 2010, 05:09:41 PM »

I already tried it. That's why my question cheesy

I CAN change permission in every single way I want but that doesn't solve my problem.

I have issues with the MEDIA too. I can clone but on the new location I can't delete or edit the cloned files in the MEDIA etc.
« Last Edit: December 06, 2010, 01:11:17 PM by Argos » Logged

...:: Bake the Unbakable ::...
instantflorian
Betatester
*
Offline Offline

Posts: 804



WWW
« Reply #7 on: November 30, 2010, 06:11:30 PM »

Maybe your hoster offers a tool to switch between ftp and php user, or he can do this?

« Last Edit: December 06, 2010, 01:10:54 PM by Argos » Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #8 on: November 30, 2010, 09:47:28 PM »

I think Dietmar is working on a "Backup & Restore" module which should be able to do that. But he is quite busy with coordinating and coding the next version of WB ... so it might be, that he is not actively working on it.

cheers

Klaus
« Last Edit: December 06, 2010, 01:11:24 PM by Argos » Logged

WebsiteBaker Org e.V. - for WebsiteBaker

Boudi
Addon Team

Offline Offline

Posts: 816



WWW
« Reply #9 on: November 30, 2010, 10:50:54 PM »

Quote
I think Dietmar is working on a "Backup & Restore" module which should be able to do that.

Good to hear that there are thoughts for some workaround regarding this 'issue'  smiley

For now the client accepts that he has to fillout the website on the new location with new information.

I thank ya'll for taking the time to respond to this topic. Things are more clear now. cool

Greetz,

Boudi

« Last Edit: December 06, 2010, 01:11:36 PM by Argos » Logged

...:: Bake the Unbakable ::...
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #10 on: December 01, 2010, 04:29:23 PM »

Hi mate,

I remember FrankH made modules for exporting and importing sections:

http://www.websitebakers.com/pages/modules/various/export-section.php
and
http://www.websitebakers.com/pages/modules/various/import-section.php

maybe this can be your good starting point.

cheers
« Last Edit: December 06, 2010, 01:11:44 PM by Argos » Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Boudi
Addon Team

Offline Offline

Posts: 816



WWW
« Reply #11 on: December 01, 2010, 10:25:04 PM »

Thnq for the links!

I bookmarked it. I will try it the next time I have to export/import stuff. Sounds promising though.  smiley

Boudi

« Last Edit: December 06, 2010, 01:11:53 PM by Argos » Logged

...:: Bake the Unbakable ::...
snark
Guest
« Reply #12 on: December 03, 2010, 09:06:04 PM »

Hey boudiiii,

About THE permission thingie, seen this?

http://www.websitebakers.com/pages/tools/fix-permissions.php
« Last Edit: December 06, 2010, 01:12:02 PM by Argos » Logged
Boudi
Addon Team

Offline Offline

Posts: 816



WWW
« Reply #13 on: December 04, 2010, 12:06:35 PM »

yo Snoork!

I know this program. Used it but didn't do the job for me.

Thnq anyway for pointing it out!!  smiley
« Last Edit: December 06, 2010, 01:12:10 PM by Argos » Logged

...:: Bake the Unbakable ::...
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!