From 79ccc4d252e0f0f5857cdef83c9e519c6cbf37e7 Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Wed, 22 Jul 2020 14:55:57 +0300 Subject: [PATCH] Postfix for CORE-5085: Docs --- doc/README.services_extension | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/README.services_extension b/doc/README.services_extension index e5b61349a5..a103fe035a 100644 --- a/doc/README.services_extension +++ b/doc/README.services_extension @@ -252,3 +252,16 @@ fbsvcmgr host:service_mgr user leg password leg action_restore dbname target.fdb fbsvcmgr host:service_mgr user leg password leg role 'rdb$admin' action_restore dbname target.fdb bkp_file some.fbk (works as expected) + +8) Services API extension - nbackup support (more). +(Alex Peshkov, peshkoff@mail.ru, 2020) + +Added support to fixup databases after file system copy. + +The following action was added: +isc_action_svc_nfix - fixup database. + +Samples of use of new parameter in fbsvcmgr utility (supposing login and +password are set using some other method): + fbsvcmgr - action_nfix dbname /tmp/ecopy.fdb +