• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

How to import service plans?

Chris_O

New Pleskian
---------------------------------------------------------------
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
PLESK, 10.3.x, Debian 6.0, x86_64

PROBLEM DESCRIPTION AND STEPS TO REPRODUCE
used /opt/psa/bin/service_plan --xml-info Plan1 to export a service plan

ACTUAL RESULT
having an xml-file

EXPECTED RESULT
having a command line command to import the plan on another server

ANY ADDITIONAL INFORMATION
Customer & Business Manager is no option as it usually don't work, messes up the normal installation and i don't need it.
--------------------------------------------------------------
 
Anyone figure this out yet? I'd really like to be able to bulk import these settings from our offline configuration notes. XML seems like the best way.
 
From what I could find there is no such option. Seems weird though, why would you have an option to export something, but not have a way to import the exported data. One of many Parallels' quirks.
 
In Plesk 11.5 if you already have service plans and want to create plans with similar settings, you can create copies of these plans by clicking Clone Plans on the Service Plans page and then edit the copies as described in this section.
 
That is not very helpfull if you want to clone service plans over different servers. But perhaps you can elaborate why there is an option to export configuration, but no import option?
 
--xml-info option is not option for export Service Plan. It just shows contents of the domain service plan in XML format. You can use this output for creating own XML-RPC API requests for creating new Service Plans.
 
Back
Top