[AgileWiki] a slow start on the utilities
Status: Beta
Brought to you by:
blaforge
From: Bill La F. <Wil...@Su...> - 2006-06-15 08:36:33
|
Well, I got distracted by the documentation. And then there's my day job, of course. Did a little work over lunch. When you run the ark, it now looks at the command line arguments and complains if it sees something it doesn't understand--which right now is everything. I'm thinking of something very simple to start off with--new. The new argument would cause the database, before image and all log files to be deleted before starting up the database. And that means reading the current working directory and identifying the files to be deleted. After that, I'll start work on restore. I've also been looking at the initialization logic for ArkDb. Currently a random rid is assigned to the Ark Rolon. I want to change that to be a fixed character string to simplify the restore logic. And how is everyone else doing? :-) Bill |