Re: [Bacula-users] Rename a wrong Volume Name

2005-03-14 Thread Joshua Kugler
On Monday 14 March 2005 02:58, Fabio Mengue wrote: > Hi, > > Is it possible to rename a Volume Name ? Can I do something like > > # mysql bacula > mysql> update Media set VolumeName="Fita01" where VolumeName="fita01"; > > and get away with it ? Do the volume name get used on other tables, > instead

Re: [Bacula-users] Rename a wrong Volume Name

2005-03-14 Thread Arno Lehmann
Hello, Fabio Mengue wrote: Hi, Is it possible to rename a Volume Name ? Can I do something like # mysql bacula mysql> update Media set VolumeName="Fita01" where VolumeName="fita01"; and get away with it ? Do the volume name get used on other tables, instead of the MediaId ? Not in any tables afaik

[Bacula-users] Rename a wrong Volume Name

2005-03-14 Thread Fabio Mengue
Hi, Is it possible to rename a Volume Name ? Can I do something like # mysql bacula mysql> update Media set VolumeName="Fita01" where VolumeName="fita01"; and get away with it ? Do the volume name get used on other tables, instead of the MediaId ? I want to do that because one of my admins did no