Subject | Re: is it ok to switch the FORCED WRITES flag on-the-fly? |
---|---|
Author | npo3ak |
Post date | 2004-11-29T17:10:26Z |
We need to do it to minimize any possible data loss. It wasn't done
before DB start and we cannot stop the DB.
Thanks,
-- npo3ak
<aharrison@i...> wrote:
before DB start and we cannot stop the DB.
Thanks,
-- npo3ak
>--- In firebird-support@yahoogroups.com, "Ann W. Harrison"
> No, it's not safe. Why do you think you "have" to do it?
>
> Regards,
>
>
> Ann
<aharrison@i...> wrote:
> At 09:33 AM 11/28/2004, npo3ak wrote:
> > >
> > > Gurus,
> > > need your help on this:
> > > we need to switch the FORCED WRITES flag of the running database by
> >doing
> > > gfix -w sync ourdb.gdb
> > >
> > > Is it safe to do it online? is there anything we should care about?