Subject | Re: database backup on a web server |
---|---|
Author | Adam |
Post date | 2005-02-23T22:05:43Z |
My most used commands are:
(obviously change the alias, username and password as required)
"C:\Program Files\Firebird\Firebird_1_5\bin\gfix.exe" localhost:mydb -
user sysdba -password masterke -validate
"C:\Program Files\Firebird\Firebird_1_5\bin\gfix.exe" localhost:mydb -
user sysdba -password masterke -sweep
"C:\Program Files\Firebird\Firebird_1_5\bin\gfix.exe" localhost:mydb -
user sysdba -password masterke -mend
Look for the Operations Guide (OpGuide.pdf) at IBPhoenix.com. That
will tell you what each tool does and how to use it.
Adam
--- In firebird-support@yahoogroups.com, "davidallan99" <david@l...>
wrote:
(obviously change the alias, username and password as required)
"C:\Program Files\Firebird\Firebird_1_5\bin\gfix.exe" localhost:mydb -
user sysdba -password masterke -validate
"C:\Program Files\Firebird\Firebird_1_5\bin\gfix.exe" localhost:mydb -
user sysdba -password masterke -sweep
"C:\Program Files\Firebird\Firebird_1_5\bin\gfix.exe" localhost:mydb -
user sysdba -password masterke -mend
Look for the Operations Guide (OpGuide.pdf) at IBPhoenix.com. That
will tell you what each tool does and how to use it.
Adam
--- In firebird-support@yahoogroups.com, "davidallan99" <david@l...>
wrote:
>don't
> i.e. you need gfix to shutdown the database,.. so you
>
> > have the full path to the db...which begs the question why you
> > run gbak and do the proper thing of getting a transportablebackup
>tools.
> Is there a manual or web pages somewhere with all the
> different tools, eg gbak, gfix, and the way to use all of these
> If so can you point me in the right direction. Another question,are
> there any tools to diagnose the integrity of table structures, and
> also any tools to fix damaged tables.
>
> Thanks
>
> David