Subject | ΑΠ: [firebird-support] insert data two databases dif ferent |
---|---|
Author | Γεώργιος Αρνάκης |
Post date | 2019-05-07T14:24:52Z |
I suspect a shadow file
If a calamity occurs involving the original database, the system converts the shadow to a copy of the database and switches to it. The shadow is then unavailable. What happens next depends on the MODE option.
https://firebirdsql.org/file/documentation/reference_manuals/fblangref25-en/html/fblangref25-ddl-shadow.html
------------
G.Arnakis
Από: firebird-support@yahoogroups.com <firebird-support@yahoogroups.com> εκ μέρους του Mark Rotteveel mark@... [firebird-support] <firebird-support@yahoogroups.com>
Στάλθηκε: Tuesday, May 7, 2019 5:19:57 PM
Προς: firebird-support@yahoogroups.com
Θέμα: Re: [firebird-support] insert data two databases different
Στάλθηκε: Tuesday, May 7, 2019 5:19:57 PM
Προς: firebird-support@yahoogroups.com
Θέμα: Re: [firebird-support] insert data two databases different
On 6-5-2019 23:12, 'Joel Moo' joel.moo@...
[firebird-support] wrote:
> Hi guys, i have a situation, I work with a database name database1.fdb,Was it a Linux system, did you rename the database file while any
> and so, i do maintanance over this databases weekly.
>
> I backup this database before maintenance, but the maintenance failed,
> so the .fdb file in which the maintenance failed will rename it to
> database_2, and then restore the database1.fdb file.
> 2 days later for some reason the information was inserted in database
> database_2 and not in database1.fdb. It is worth mentioning that these
> files and the database.config were not modified again
>
> Any advice or experience with a similar situation?
Firebird process was still connected to that database? If so, those
processes will continue to use the old database.
Mark
--
Mark Rotteveel