Subject Re: [firebird-support] Backup with admin rights is prohibited?
Author Gabor Boros
2016. 04. 25. 13:27 keltezéssel, 'Thomas Steinmaurer'
ts@... [firebird-support] írta:
>>>> You forgot to mention role ADMIN in the command line.
>>>
>>> With "gbak -B -T -USER MYADMIN -ROLE RDB$ADMIN MYDB /home/user/MYDB.bak"
>>> got the same error.
>>
>> Other idea?
>
> Honestly, IMHO, if the user MYADMIN is a member of the RDB$ADMIN role in MYDB, then your gbak call should work.

Works now. The correct command is:

gbak -B -T -USER MYADMIN -ROLE 'RDB$ADMIN' MYDB /home/user/MYDB.bak

So the role apostrophes.

Gabor