Open sim1984 opened 4 weeks ago
set/export ISC_PASSWORD=SECRET
fbsvcmgr host:port/service_mgr user LOGIN action_db_stats sts_hdr_pages dbname DB
xnet://service_mgr
work too (and for Firebird 2.1+ with some exemption).
P.S. Yes, verbose :)
I wrote what I know about fbsvcmgr
and how to use it. However, I think that:
Windows 10. Firebird 3.0, 4.0, 5.0.
The following command works successfully.
However, if you replace the connection string with a URL, this syntax will throw an error.
Funny thing is, it doesn't work with remote host at all.
This is information from a database configured on a localhost. It would be better if it honestly said that it is not allowed to do this. In this case, the result is misleading.
The best solution would be to add a
-se
switch, likegbak
. Then you could work via gstat with a remote host. I know that you can do this via the universalfbsvcmgr
, but the commands for it are longer and this tool is poorly documented.