pp wrote:

> On Mon, 9 Jul 2001 15:00:54 +0200 (CEST)
> Emiliano <[EMAIL PROTECTED]> wrote:
> 
> > > database upgrade script
> You mean this 
> 
> > 
> > This situation...
> > 
> 
> or this?
> > > repligrad -m 

After database-upgrade on a database that did not previously have a
repligard table, there should be the repligard table with no content.

Running repligard -m then removing the repligard table contents should
leave the exact same situation:

database-upgrade script
# you should now have all required tables, but if you come from
# pre-1.4beta3 the repligard table will be newly created and empty

# fill repligard table
repligrad -m 

# prune contents of repligard table
mysqldump -t my_database > my_database.sql
mysqladmin drop midgard
mysqladmin create midgard
mysql midgard < empty.sql
edit my_database.sql to remove anything for repligard table
mysql midgard < my_database.sql

So at this point you should have the _exact_ same situation as after
the database-upgrade. If not, please report a) what is different, and
b) how this is causing problems.

> uh! the second one:
> How can I add second database to existing midgard database?

You mean merge two databases? With repligard.

Emile


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

Reply via email to