Subject | RE: [firebird-support] Do backups run within a transaction? |
---|---|
Author | Thomas Steinmaurer |
Post date | 2004-08-11T05:56:54Z |
One of the strength of Firebird is that it allows online
backups, that means when a database is in use, by using
gbak or the Services API.
Yes, the entire backup process runs in its own transaction
with an snapshot isolation level. Everything that was
committed at the time the backup started will be included
in the resulting backup file.
Best Regards,
Thomas Steinmaurer
LogManager Series - Logging/Auditing Suites supporting
InterBase, Firebird, Advantage Database and MS SQL Server
Upscene Productions
http://www.upscene.com
backups, that means when a database is in use, by using
gbak or the Services API.
Yes, the entire backup process runs in its own transaction
with an snapshot isolation level. Everything that was
committed at the time the backup started will be included
in the resulting backup file.
Best Regards,
Thomas Steinmaurer
LogManager Series - Logging/Auditing Suites supporting
InterBase, Firebird, Advantage Database and MS SQL Server
Upscene Productions
http://www.upscene.com
> -----Original Message-----
> From: mikcaau [mailto:macomp@...]
> Sent: Wednesday, August 11, 2004 5:55 AM
> To: firebird-support@yahoogroups.com
> Subject: [firebird-support] Do backups run within a transaction?
>
>
> mick