Administration

If you are using a real DBMS to hold your botanic data, then you need do something about database administration. While database adnimistration is far beyond the scope of this document, we make our users aware of it.

SQLite

SQLite is not what one would consider a real DBMS: each SQLite database is just in one file. Make safety copies and you will be fine. If you don’t know where to look for your database files, consider that, per default, bauble puts its data in the ~/.bauble/ directory (in Windows it is somewhere in your AppData directory).

MySQL

Raadpleeg de officiële documentatie.

PostgreSQL

Raadpleeg de officiële documentatie. Een zeer diepgaande bespreking van de back-upopties begint vanaf chapter_24 _.