Subject | Re: {Disarmed} [firebird-support] Using FB2.5 with NFS for Virtualbox VM |
---|---|
Author | Elmar Haneke |
Post date | 2017-10-05T08:02:44Z |
>NFS is an networking system not part of virtualbox.
>
> I have a single Linux host server with several Virtualbox guest VM's.
> I've been attempting to move everything possible from the host to one
> of the guests.
>
> One of the last holdovers is Firebird. The reason is I use NFS to
> mount host folders within the guest for critical data - and the .fdb
> certainly counts.
Virtualbox has an mechanism of its own to allow gests access to host
filesystem you shoulkd try that instead.
> So for my use case - I have a single Firebird server instance. ThereIt's not an good idea to backup database file while firebird-server is
> will never be more than one copy of Firebird running. All write and
> 99.99% read access to the .fdb would be through that single Firebird
> instance (except for automated remote backup operations running on the
> host).
running on that file. You should use firebirds backup functionality instead.
> Am I "safe", possibly even correct, in using RemoteFileOpenAbility inThis option is for pepole knowing what they are doing - those pepole
> this use case?
usually do not ask if it is ok.
Elmar