• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Trying to restore Plesk backup - Conflict and password problems

Pascal_Netenvie

Regular Pleskian
Hi i try to restore plesk 12.0 domain backup on another server under plesk 12.5.

On CLI i use this command :
/usr/local/psa/bin/pleskrestore --restore /path_to/backupfile.gz -backup-password -level domains -ignore-sign -verbose

I have 2 problems :

1 - My backup password contains a ! so when i tri to specify it in command i have an event error ... Same if i try to set it as env variable ... how to get rid of this ??

2 - I have this conflict message :
Code:
<?xml version="1.0"?>
<conflicts-description>
 <conflict id="1" guid="2db23ab4921a8f91f50d940de15c83ab">
  <type>
   <configuration>
    <reason-description>
     <required-resource-description>
      <ip type="shared" value="178.xxx.xxx.xxx"/>
     </required-resource-description>
    </reason-description>
    <resolve-options>
     <option name="rename"/>
     <option name="do-not-restore"/>
    </resolve-options>
   </configuration>
  </type>
  <conflicting-objects/>
 </conflict>
</conflicts-description>

i tried to build this conflictres.xml file and use the option "-conflicts-resolution /path_to/conflictres.xml" but it fail :
Code:
<?xml version="1.0" encoding="UTF-8"?>
<resolve-conflicts-task-description>
  <conflict-resolution-rules>
    <policy />
    <rule conflict-id="1">
      <dump-objects>
        <node name="domain">
          <attributes>
          <attribute name="id" value="1"></attribute>
          <attribute name="guid" value="2db23ab4921a8f91f50d940de15c83ab"></attribute>
          <attribute name="name" value="xxx.com"></attribute>
          </attributes>
        </node>
      </dump-objects>
      <resolution>
        <rename new-name="ip-type:shared:ip-address:xxx.xxx.xxx.xx"/>
      </resolution>
    </rule>
  </conflict-resolution-rules>
</resolve-conflicts-task-description>

Some idea or advices ?

Regards.
 
type your password in simple quote.; like 'password' no as this "password"
It works for password, thanks.

But i still have the xml resolution conflict problem ...
I have this error :
PHP Warning: fread(): 249 is not a valid stream resource; File: /opt/psa/admin/plib/StreamXMLReader.php, Line: 110

I tried to modify my xml file in many way but nothing run :/
I looked at this KB :
Sample 1: Configuration Conflict with Missing IP Address

Help please ...
 
Back
Top