[Refdb-devel] [ refdb-Bugs-1584361 ] refdb-init searches for the wrong dump file
Status: Beta
Brought to you by:
mhoenicka
From: SourceForge.net <no...@so...> - 2006-10-25 12:04:13
|
Bugs item #1584361, was opened at 2006-10-25 13:51 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1584361&group_id=26091 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: Later Priority: 5 Private: No Submitted By: steletch (steletch) >Assigned to: Markus Hoenicka (mhoenicka) Summary: refdb-init searches for the wrong dump file Initial Comment: I tried to install refdb agin (for testing :-) but it failed at the refdb-init script step. The error message is: "refdb.dump.mysql is not readable or missing" This error comes from the script which tries to read the file "/usr/local/share/refdb/sql/refdb.dump.mysql" instead of the correct "/usr/local/share/refdb/sql/refdb.2.dump.mysql" Please note the '2' between "refdb" and "dump". I'm assuming this is a temporary problem, but just to be sure the situation get fixed before final. Moreover, this is not mysql-specific since it is the same for all refdb plugins: refdb.2.dump.mysql refdb.2.dump.mysql41 refdb.2.dump.pgsql refdb.2.dump.sqlite Cheers, Stéphane ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2006-10-25 14:04 Message: Logged In: YES user_id=85809 This is indeed a temporary problem, although it does not hurt at all to add it to the bug list to make sure I'll fix it. I have not yet updated refdb-init to make use of the new main database administration features that I've added to refdbd. refdb-init still creates the main database manually which is no longer required. Once that is changed, refdb-init will no longer need to access the dump files directly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1584361&group_id=26091 |