On 01/ 7/16 07:48 PM, Franck Ratier wrote: > On Thursday, 7 January 2016 15:52:11 UTC, David Pearce wrote: >> Could someone post a list of the tables within their MySQL database for >> Bareos? Somehow we have a bunch of extra tables in our database from another >> app. I like to clean things up. > > I sometimes refer to this document that might help you: > http://www.bacula.org/5.0.x-manuals/en/developers/developers/Database_Tables.html >
We have that document too these days: http://doc.bareos.org/master/html/bareos-developer-guide.html But a better source would be: https://github.com/bareos/bareos/tree/master/src/cats/ddl Which contains the create scripts under https://github.com/bareos/bareos/tree/master/src/cats/ddl/drops You find the drop script which are used by the regression scripts to flush the content from the database so all tables named there you should NOT remove. -- Marco van Wieringen [email protected] Bareos GmbH & Co. KG Phone: +49-221-63069389 http://www.bareos.com Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens, P. Storz, M. v. Wieringen -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
