Uwe Grauer wrote: >> So if you can provide scripts that can setup a test db, including removing a >> previous one, I will run them. >> >> Carl K > > I send the sql-script but if this isn't enough just do a restore of > the testdb i attached to http://dabodev.com/tracker/0274 > > Use the following comandline: > > /opt/firebird/bin/gbak -c -v -user SYSDBA -password masterkey > all_types_fb2.fbk hostname:/yourpath/test_all.fdb > > Change your username, password, hostname and filepath according > to what you are using.
sudo apt-get install firebird2-super-server firebird2-utils-super wget http://dabodev.com/tracker/0274/all_types_fb2.fbk ++ gbak -c -v -user SYSDBA -password foo all_types_fb2.fbk localhost:test_all.fdb gbak: opened file all_types_fb2.fbk gbak: transportable backup -- data in XDR format gbak: backup file is compressed gbak: ERROR: Expected backup version 1, 2, or 3. Found 7 gbak: Exiting before completion due to errors What is the command line way to run the CREATEs you posted to http://dabodev.com/tracker/0274 ? Using a backup file to run tests on creates an unknown. one could probably figure them out, but better to use the CREATE. Carl K _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
