Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import from other Control Panel systems #259

Open
h6w opened this issue Oct 27, 2014 · 1 comment
Open

Import from other Control Panel systems #259

h6w opened this issue Oct 27, 2014 · 1 comment

Comments

@h6w
Copy link

h6w commented Oct 27, 2014

At least one other Control Panel system has the ability to export an entire account, including but not limited to:

  • account passwords,
  • parked domains,
  • email accounts including email data,
  • email forwarders, and, of course,
  • databases including users, passwords, and privileges,
  • the website data.

Obviously this is a complex operation. Moving between existing systems that are the same still has issues such as naming conflicts. However, the format of the export itself is simply constructed as a tar file with a known stucture, so should be relatively easy to parse.

The things we need to worry about here are:
Block the import

  1. if the file is missing integral data (such as an account user or password)
  2. if the integral data (account user, domain, database name, email address, etc.) is already in use on the destination server and doesn't match.

Warn and ask the user to confirm on import

  1. if the import contains data that is not supported by the system (e.g. installing a mysql database on a server that doesn't have mysql)
  2. if the integral data does match, but the other data is different (to allow an account merge, for example)

We can test this by constructing a small set of import files that should pass or fail these tests.

I think this is an import-ant (:-p) step we need to take. I personally run many of these other systems, and it's in my company's interest to support Open Source software such as zpanelx. (We'd rather pay a "support fee" than a "license fee".) However, the barrier to entry for us is moving clients from one server to another with as little downtime as possible.

When I get time, if noone else has moved forward on it, I'll contribute some code. In the meantime, this is a feature request to remind me that I need to do that.

@5050
Copy link
Contributor

5050 commented Oct 28, 2014

I've also just started (dropped some line and chapter) for the next updater/repairer/importer that I want to make, but for Sentora project. May be it would be possible to exchange some work. You can contact me on sentora forum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants