Hello,
I'm migrating a server from Ubuntu 22.04 to Ubuntu 26.04, keeping Firebird 3.0
When trying to restore the database running the following command
/usr/bin/gbak -r o -v -se localhost:service_mgr -user sysdba -password $sysdba_psw $backup $alias
I get the following error
gbak: ERROR:Unable to complete network request to host "localhost". gbak: ERROR: Failed to establish a connection. gbak:Exiting before completion due to errors
Environment
Distro: Ubuntu 26.04, arm64 firebird3.0-server installed and running (SuperServer) System also has firebird4.0-server-core, firebird4.0-utils, firebird4.0-common installed (mixed 3.0 / 4.0 packages) libfbclient2 installed version: 4.0.6.3221 /usr/bin/gbak is a symlink to ../share/firebird-utils/fb_wrapper (provided by the firebird-utils 4.0.6 package — a version-selecting wrapper)
Thanks in advance for any help.
Aldo