Subject | Re: [firebird-support] Backup with admin rights is prohibited? |
---|---|
Author | Gabor Boros |
Post date | 2016-04-25T13:28:27Z |
2016. 04. 25. 13:27 keltezéssel, 'Thomas Steinmaurer'
ts@... [firebird-support] írta:
gbak -B -T -USER MYADMIN -ROLE 'RDB$ADMIN' MYDB /home/user/MYDB.bak
So the role apostrophes.
Gabor
ts@... [firebird-support] írta:
>>>> You forgot to mention role ADMIN in the command line.Works now. The correct command is:
>>>
>>> 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.
gbak -B -T -USER MYADMIN -ROLE 'RDB$ADMIN' MYDB /home/user/MYDB.bak
So the role apostrophes.
Gabor