Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 550
    • Issues 550
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #390

Closed
Open
Created Feb 04, 2009 by David Hamann@marinus

Troubles when assigning site to different client

I've seen several troubles when moving a site from one client to another:

  1. if the new client doesn't have a site yet, it seems that no directory under /var/clients is created, and therefore the symbolic link from the new client directory to the web folder in the old client directory is not created.

  2. There was a mismatch between the directory the new client got (after creating a new site for the new client) and the directory that was tried to sym-link:

/var/clients# ls client0 client1

from cron.log: ln: creating symbolic link /var/clients/client2/domain.tld' to /var/clients/client1/web4/': No such file or directory ln: creating symbolic link /var/clients/client2/domain.tld' to /var/clients/client1/web4/': No such file or directory

For some reason the new client got the directory client0, but the symbolic link was tried to create in dir client2 (which does not exist).

Assignee
Assign to
Time tracking