FirebirdSQL / firebird

Firebird server, client and tools
https://www.firebirdsql.org/
1.26k stars 216 forks source link

Solaris unsuccessful metadata update [CORE917] #1316

Closed firebird-automations closed 15 years ago

firebird-automations commented 18 years ago

Submitted by: Tomek (tomaszm)

I try to execute command gbak -USER sysdba -PASS masterkey -C backup.fbk database.fdb On Windows instalation it's works fine, database restore and running On Solaris when I execute this command I get error gbak: ERROR: unsuccessful metadata update gbak: ERROR: KONTAKTY_NUMERY_INNE gbak: Exiting before completion due to errors

firebird-automations commented 18 years ago

Commented by: @paulbeach

When moving databases between different endian systems it is required to backup a database as transportable, before restoring it. So a backup of a database on windows to be restored on Solaris should be backed up using the following gbak command: gbak -user SYSDBA -password masterkey -backup -transportable database.fdb database.backup.

firebird-automations commented 16 years ago
Modified by: @pcisar Workflow: jira \[ 11187 \] =\> Firebird \[ 14681 \]
firebird-automations commented 15 years ago
Modified by: @dyemanov status: Open \[ 1 \] =\> Resolved \[ 5 \] resolution: Incomplete \[ 4 \]
firebird-automations commented 15 years ago
Modified by: @pcisar status: Resolved \[ 5 \] =\> Closed \[ 6 \]