ISPConfig 3

Welcome to the bugtracker of the ISPConfig project. This bugtracker is for ISPConfig 3.x only.
   | Tasklist |   

FS#782 - issue with moving of web to other client

Attached to Project: ISPConfig 3
Opened by SeberIT (SeberIT) - Friday, 12 June 2009, 12:21 GMT
Last edited by Till (Till) - Tuesday, 21 July 2009, 19:44 GMT
Task Type Bug Report
Category Backend / Core
Status Closed
Assigned To No-one
Operating System All
Severity Medium
Priority Normal
Reported Version 3.0.1.3
Due in Version 3.0.1.4
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Moving a site from one client to the other gives a problem if the target client doesn't have a website yet (which means that /var/clients/clientx doesn't exist yet, which probably prevents the move). And even if the right directory does exist, the symbolic link is copied (not moved), but the actual website data stays in the old location. I created a website for client 1 and then moved this site to client 6, this is the result:

gollum:/var/clients/client6# ls -l
total 0
lrwxrwxrwx 1 root root 27 2009-06-12 14:19 example.com -> /var/clients/client1/web36/

gollum:/var/clients/client1# ls -l
total 8
lrwxrwxrwx 1 root root 27 2009-06-12 14:18 example.com -> /var/clients/client1/web36/
drwxr-xr-x 6 root root 4096 2009-06-12 14:18 web36

This task depends upon

Closed by  Till (Till)
Tuesday, 21 July 2009, 19:44 GMT
Reason for closing:  Fixed

Loading...