Hi, I have some problems replicating a company from one server to another.
When I replicate lets say company "Novap", it turns up as "Unnamed" on the
other server. Under Company in Aegir an error in company is reported.
The webpages are not present.

Server 1.
I replicate the webpages with :
repligard -c /etc/midgard/repligard.conf -a -e novap2.xml.gz

<?xml version="1.0" encoding="UTF-8" ?>
<Repligard xmlns="http://www.midgard-project.org/repligard/1.4";>
        <!-- Database description -->
        <!-- Path to optionally compressed Repligard schema file -->
        <database
                schema="/usr/share/midgard/repligard_withsg.xml"
                name="midgard"
                username="midgard"
                password="midgard"
                encoding="UTF-8"
                blobdir="/var/lib/midgard/blobs/midgard"
        />
        <!-- Login account description for Repligard operation -->
        <login
                username="robert+NOVAP"
                password="password"
        />
        <replicate all="yes"/>
</Repligard>
/etc/midgard/repligard.conf lines 1-19/19 (END)


Server 2.

Then I import it with :
repligard -c /etc/midgard/repligard.conf -a -i novap2.xml.gz



<?xml version="1.0" encoding="UTF-8" ?>
<Repligard xmlns="http://www.midgard-project.org/repligard/1.4";>
        <!-- Database description -->
        <!-- Path to optionally compressed Repligard schema file -->
        <database
                schema="/usr/share/midgard/repligard_i18n_po.xml"
                name="midgard"
                username="robert"
                password="Bull00"
                encoding="UTF-8"
                blobdir="/var/lib/midgard/blobs/midgard"
        />
        <!-- Login account description for Repligard operation -->
        <login
                username="admin"
                password="password"
        />
        <replicate all="yes"/>
</Repligard>
/etc/midgard/repligard.conf lines 1-19/19 (END)

Can anybody give me a hand with this issue?

Robert


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to