Warning, /documentation/digikam-doc/locale/de/LC_MESSAGES/setup_application/database_settings.po is written in an unsupported language. File is not indexed.

0001 # German translations for Digikam Manual package.
0002 # Copyright (C) licensed under the  <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons License SA 4.0</a> unless stated otherwise
0003 # This file is distributed under the same license as the Digikam Manual package.
0004 # Automatically generated, 2023.
0005 #
0006 msgid ""
0007 msgstr ""
0008 "Project-Id-Version: Digikam Manual 8.0.0\n"
0009 "Report-Msgid-Bugs-To: \n"
0010 "POT-Creation-Date: 2023-12-30 00:35+0000\n"
0011 "PO-Revision-Date: 2022-12-29 16:23+0100\n"
0012 "Last-Translator: Automatically generated\n"
0013 "Language-Team: none\n"
0014 "Language: de\n"
0015 "MIME-Version: 1.0\n"
0016 "Content-Type: text/plain; charset=UTF-8\n"
0017 "Content-Transfer-Encoding: 8bit\n"
0018 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
0019 
0020 #: ../../setup_application/database_settings.rst:1
0021 msgid "digiKam Database Settings"
0022 msgstr ""
0023 
0024 #: ../../setup_application/database_settings.rst:1
0025 msgid ""
0026 "digiKam, documentation, user manual, photo management, open source, free, "
0027 "learn, easy, database, setup, mysql, mariadb, sqlite, migration, local, "
0028 "remote, server"
0029 msgstr ""
0030 
0031 #: ../../setup_application/database_settings.rst:14
0032 msgid "Database Settings"
0033 msgstr ""
0034 
0035 #: ../../setup_application/database_settings.rst:16
0036 msgid "Contents"
0037 msgstr ""
0038 
0039 #: ../../setup_application/database_settings.rst:20
0040 msgid ""
0041 "For an introduction of internal data storage, please refer to :ref:"
0042 "`Introduction of digiKam Databases <database_intro>` section."
0043 msgstr ""
0044 
0045 #: ../../setup_application/database_settings.rst:25
0046 msgid "The Sqlite Database"
0047 msgstr ""
0048 
0049 #: ../../setup_application/database_settings.rst:27
0050 msgid ""
0051 "`SQLite <https://sqlite.org/>`_ is a relational database management system, "
0052 "written in C programming library. SQLite is not directly comparable to "
0053 "client/server SQL database engines such as MySQL, Oracle or PostgreSQL. "
0054 "Rather, it is an embedded SQL database engine, i.e. it is embedded in an end "
0055 "program. SQLite reads and writes directly to ordinary disk files. For device-"
0056 "local storage with low writer concurrency and less than a terabyte of "
0057 "content, SQLite is almost always a better solution. SQLite is fast and "
0058 "reliable and it requires no configuration or maintenance. It keeps things "
0059 "simple. SQLite \"just works\"."
0060 msgstr ""
0061 
0062 #: ../../setup_application/database_settings.rst:29
0063 msgid ""
0064 "By default, digiKam uses SQLite as its back-end for storing important "
0065 "metadata and thumbnails. Three SQLite files used for storing them are named "
0066 "respectively:"
0067 msgstr ""
0068 
0069 #: ../../setup_application/database_settings.rst:32
0070 msgid "Database"
0071 msgstr ""
0072 
0073 #: ../../setup_application/database_settings.rst:32
0074 msgid "File-Name"
0075 msgstr ""
0076 
0077 #: ../../setup_application/database_settings.rst:34
0078 msgid "**Core**"
0079 msgstr ""
0080 
0081 #: ../../setup_application/database_settings.rst:34
0082 msgid ":file:`digikam4.db`"
0083 msgstr ""
0084 
0085 #: ../../setup_application/database_settings.rst:35
0086 msgid "**Thumbs**"
0087 msgstr ""
0088 
0089 #: ../../setup_application/database_settings.rst:35
0090 msgid ":file:`thumbnails-digikam.db`"
0091 msgstr ""
0092 
0093 #: ../../setup_application/database_settings.rst:36
0094 msgid "**Similarity**"
0095 msgstr ""
0096 
0097 #: ../../setup_application/database_settings.rst:36
0098 msgid ":file:`similarity.db`"
0099 msgstr ""
0100 
0101 #: ../../setup_application/database_settings.rst:37
0102 msgid "**Faces**"
0103 msgstr ""
0104 
0105 #: ../../setup_application/database_settings.rst:37
0106 msgid ":file:`recognition.db`"
0107 msgstr ""
0108 
0109 #: ../../setup_application/database_settings.rst:40
0110 msgid ""
0111 "To make your application run fast and smoothly, it is recommended to check "
0112 "and optimize your databases once in awhile. This could be achieved with the "
0113 "menu option :menuselection:`Tools --> Maintenance...` and the stage "
0114 "**Perform Database Cleaning**. See this :ref:`Maintenance tool section "
0115 "<maintenance_database>` for details. A recommended tool is `SQLite Browser "
0116 "<https://sqlitebrowser.org/>`_, a high quality and easy to use visual tool "
0117 "for managing database objects. For Ubuntu and its derivatives, it could be "
0118 "retrieved using `sudo apt install sqlitebrowser`. Now you can switch to the "
0119 "directory where databases are stored and visualize the database contents."
0120 msgstr ""
0121 
0122 #: ../../setup_application/database_settings.rst:45
0123 msgid ""
0124 "Take care to use a place hosted by fast hardware (such as SSD or NVMe) with "
0125 "enough free space especially for thumbnails database. A remote file system "
0126 "such as NFS cannot be used here. For performance and technical reasons "
0127 "relevant of SQLite, you cannot use a media from the network."
0128 msgstr ""
0129 
0130 #: ../../setup_application/database_settings.rst:47
0131 msgid ""
0132 "SQLite database files could be found in your *collection* folder, which you "
0133 "have added to digiKam. (By default, if you add your “Pictures” collection, "
0134 "the database files will be present in :file:`~/Pictures` folder)."
0135 msgstr ""
0136 
0137 #: ../../setup_application/database_settings.rst:53
0138 msgid "The digiKam SQLite Configuration Page"
0139 msgstr ""
0140 
0141 #: ../../setup_application/database_settings.rst:57
0142 msgid ""
0143 "The **WAL** SQLite mode is a very important option that we recommend to turn "
0144 "on with large databases to optimize transactions and improve performances."
0145 msgstr ""
0146 
0147 #: ../../setup_application/database_settings.rst:60
0148 msgid "The MySQL Database"
0149 msgstr ""
0150 
0151 #: ../../setup_application/database_settings.rst:63
0152 msgid "MySQL Versus SQLite"
0153 msgstr ""
0154 
0155 #: ../../setup_application/database_settings.rst:65
0156 msgid ""
0157 "`MySQL <https://en.wikipedia.org/wiki/MySQL>`_ is an open-source, relational "
0158 "database management system, written in C and C++. Original development of "
0159 "MySQL by Michael Widenius and David Axmark beginning in 1994. Sun "
0160 "Microsystems acquired MySQL in 2008, which was later acquired by Oracle in "
0161 "2010. MySQL currently works on almost all system platforms (Linux, Microsoft "
0162 "Windows, OS X, SunOS …)."
0163 msgstr ""
0164 
0165 #: ../../setup_application/database_settings.rst:67
0166 msgid ""
0167 "`MariaDB <https://en.wikipedia.org/wiki/MariaDB>`_ server is a community "
0168 "developed fork of MySQL server. Started by core members of the original "
0169 "MySQL team, MariaDB actively works with outside developers to deliver the "
0170 "most featureful, stable, and sanely licensed open SQL server in the industry."
0171 msgstr ""
0172 
0173 #: ../../setup_application/database_settings.rst:69
0174 msgid "MariaDB has actually overtaken MySQL, because of few basic reasons:"
0175 msgstr ""
0176 
0177 #: ../../setup_application/database_settings.rst:71
0178 msgid "MariaDB development is more open and vibrant."
0179 msgstr ""
0180 
0181 #: ../../setup_application/database_settings.rst:73
0182 msgid "More cutting edge features."
0183 msgstr ""
0184 
0185 #: ../../setup_application/database_settings.rst:75
0186 msgid "More storage engines."
0187 msgstr ""
0188 
0189 #: ../../setup_application/database_settings.rst:77
0190 msgid "Better performance."
0191 msgstr ""
0192 
0193 #: ../../setup_application/database_settings.rst:79
0194 msgid "Compatible and easy to migrate."
0195 msgstr ""
0196 
0197 #: ../../setup_application/database_settings.rst:81
0198 msgid ""
0199 "digiKam also provides support for popular MySQL database engine. Of course, "
0200 "you might wonder why you’d want to switch to MySQL when SQLite already does "
0201 "a good job of managing the data? MySQL offers many advantages for storing "
0202 "digiKam data, especially when collections include **more than 100,000 "
0203 "items**. With such large collections, SQLite introduces latency which slows "
0204 "down the application."
0205 msgstr ""
0206 
0207 #: ../../setup_application/database_settings.rst:85
0208 msgid ""
0209 "With **WAL** option enabled, SQLite can be easily used for more than 100,000 "
0210 "items especially with an SSD or NVMe storage. It must be even faster than "
0211 "MySQL and more stable. See `this page <https://www.sqlite.org/wal.html>`_ "
0212 "for technical details."
0213 msgstr ""
0214 
0215 #: ../../setup_application/database_settings.rst:87
0216 msgid ""
0217 "Using MySQL as digiKam’s database back-end allows you to store the data on "
0218 "local as well as remote server. Local, to replace the local SQLite storage "
0219 "and latter, to use a shared computer through network. Using MySQL as "
0220 "digiKam’s database back-end allows you to store the data on a remote server. "
0221 "This way, you can use multiple digiKam installations (For instance,on your "
0222 "notebook and PC) to access and manage your photo collections. You can also "
0223 "use MySQL tools to backup and analyze digiKam’s data."
0224 msgstr ""
0225 
0226 #: ../../setup_application/database_settings.rst:89
0227 msgid ""
0228 "To switch from SQLite to MySQL database, go to :menuselection:`Settings --> "
0229 "Configure digiKam...` and then under **Database** section, select a database "
0230 "from the drop down list."
0231 msgstr ""
0232 
0233 #: ../../setup_application/database_settings.rst:91
0234 msgid ""
0235 "**MySQL Internal**: This allows to run an internal database server on your "
0236 "system. digiKam uses Unix socket for the connection."
0237 msgstr ""
0238 
0239 #: ../../setup_application/database_settings.rst:93
0240 msgid ""
0241 "**MySQL Server**: Use this if you’ve your data on remote server and you’re "
0242 "on a different machine trying to access the collection."
0243 msgstr ""
0244 
0245 #: ../../setup_application/database_settings.rst:98
0246 msgid "The MySQL Internal Server"
0247 msgstr ""
0248 
0249 #: ../../setup_application/database_settings.rst:100
0250 msgid ""
0251 "While using a large collection hosted on hard drive (HDD - not SSD or NVMe "
0252 "device), with a size **greater than 100,000 items**, the application tends "
0253 "to slow down. To avoid the delay and maintain efficiency, digiKam provides "
0254 "option of using **MySQL Internal**. To be clear, this isn’t an actual "
0255 "server, or a public network. Instead, it is a server that runs only while "
0256 "application is running."
0257 msgstr ""
0258 
0259 #: ../../setup_application/database_settings.rst:102
0260 msgid ""
0261 "Internal server creates a separate database that can be accessed (only while "
0262 "application is running) using the command:"
0263 msgstr ""
0264 
0265 #: ../../setup_application/database_settings.rst:108
0266 msgid ""
0267 "Internal server uses tree MySQL Binary Tools: :file:`mysql_install_db`, :"
0268 "file:`mysqladmin`, and :file:`mysqld`. You can configure their locations in "
0269 "the configuration dialog. digiKam will try to find these binaries "
0270 "automatically if they’re installed on your system."
0271 msgstr ""
0272 
0273 #: ../../setup_application/database_settings.rst:114
0274 msgid "The digiKam MySQL Internal Configuration Page"
0275 msgstr ""
0276 
0277 #: ../../setup_application/database_settings.rst:119
0278 msgid "The MySQL Remote Server"
0279 msgstr ""
0280 
0281 #: ../../setup_application/database_settings.rst:121
0282 msgid ""
0283 "Obviously, to use digiKam with a remote MySQL, you would require a MySQL "
0284 "server. Or, you could also install MariaDB, which serves the purpose well. "
0285 "(Could be installed easily using `this link <https://www.cherryservers.com/"
0286 "blog/how-to-install-and-start-using-mariadb-on-ubuntu-20-04>`_.)"
0287 msgstr ""
0288 
0289 #: ../../setup_application/database_settings.rst:123
0290 msgid ""
0291 "Follow the instructions below, if you don’t have a dedicated user account "
0292 "and a digiKam database already set up. Run the commands in MySQL server, "
0293 "after replacing *password* with correct one."
0294 msgstr ""
0295 
0296 #: ../../setup_application/database_settings.rst:127
0297 msgid ""
0298 "You can select any database name. (Here it is, *digikam*). Just remember to "
0299 "fill in the database name correctly in Core, Thumbs, Similarity, and Face "
0300 "database names from the dialog box shown below."
0301 msgstr ""
0302 
0303 #: ../../setup_application/database_settings.rst:139
0304 msgid ""
0305 "If you have an enormous collection, it's recommended to start the MySQL "
0306 "server with `mysql --max_allowed_packet = 128M`"
0307 msgstr ""
0308 
0309 #: ../../setup_application/database_settings.rst:143
0310 msgid ""
0311 "If you have problems with a MySQL server on Ubuntu based Linux system, use "
0312 "the addition command in the mysql prompt to be able to create MySQL triggers."
0313 msgstr ""
0314 
0315 #: ../../setup_application/database_settings.rst:149
0316 msgid ""
0317 "Now, in digiKam, go to :menuselection:`Settings --> Configure digiKam...` "
0318 "and then under **Database** section, select MySQL Server from the drop down "
0319 "list."
0320 msgstr ""
0321 
0322 #: ../../setup_application/database_settings.rst:155
0323 msgid "The digiKam Remote Mysql Configuration Page"
0324 msgstr ""
0325 
0326 #: ../../setup_application/database_settings.rst:157
0327 msgid ""
0328 "Enter the IP address of your MySQL server in the **Host Name** field and "
0329 "specify the correct port in the **Host Port** field (the default port is "
0330 "3306)."
0331 msgstr ""
0332 
0333 #: ../../setup_application/database_settings.rst:159
0334 msgid ""
0335 "In the **Core Db Name** field, enter the name of the first database for "
0336 "storing photo metadata."
0337 msgstr ""
0338 
0339 #: ../../setup_application/database_settings.rst:161
0340 msgid ""
0341 "Specify the name of the second database for storing wavelets compressed "
0342 "thumbnails in the **Thumbs Db Name** field."
0343 msgstr ""
0344 
0345 #: ../../setup_application/database_settings.rst:163
0346 msgid ""
0347 "The third database is dedicated to store the similarity finger-prints "
0348 "performed by the fuzzy search engine. Use the **Similarity Db Name** field "
0349 "for that."
0350 msgstr ""
0351 
0352 #: ../../setup_application/database_settings.rst:165
0353 msgid ""
0354 "The last database is dedicated to store face histograms for recognition "
0355 "purpose. Use the **Face Db Name** field for that."
0356 msgstr ""
0357 
0358 #: ../../setup_application/database_settings.rst:167
0359 msgid ""
0360 "To be connected safety to the remote server, enter your MySQL identification "
0361 "using **User** and **Password** fields."
0362 msgstr ""
0363 
0364 #: ../../setup_application/database_settings.rst:169
0365 msgid ""
0366 "To check whether the database connection works properly, press the **Check "
0367 "Connection** button. If everything works as it’s supposed to, switch to the "
0368 "**Collections** sections, and add the directories containing your photos. "
0369 "Hit **OK**, and wait till digiKam populates the databases with data from "
0370 "photos. This can take a while if you have a lot of items to register in "
0371 "database."
0372 msgstr ""
0373 
0374 #: ../../setup_application/database_settings.rst:171
0375 msgid ""
0376 "There are some tips and recommendation to obtain the best results with a "
0377 "remote MySQL database server."
0378 msgstr ""
0379 
0380 #: ../../setup_application/database_settings.rst:173
0381 msgid ""
0382 "With slow network, digiKam hangs a lot of time especially when album "
0383 "contains many items **(>1,000)**. This solution relies on network "
0384 "performances. Problem has been reproducible using Wifi connection, for "
0385 "instance. Switching to Ethernet must solves the problem."
0386 msgstr ""
0387 
0388 #: ../../setup_application/database_settings.rst:175
0389 msgid ""
0390 "Also, if you have an enormous collection, you should start the MySQL server "
0391 "with `mysql --max_allowed_packet = 128M`. If you’re well acquainted with "
0392 "using MySQL, you could also change your settings in :file:`my.ini` or :file:"
0393 "`~/.my.cnf` files."
0394 msgstr ""
0395 
0396 #: ../../setup_application/database_settings.rst:179
0397 msgid ""
0398 "The locale used in the Mysql server must be the same than the locale from "
0399 "the computer used to run digiKam to prevent problem with the double values "
0400 "saved in the tables of the database."
0401 msgstr ""
0402 
0403 #: ../../setup_application/database_settings.rst:182
0404 msgid "Database Type Criteria"
0405 msgstr ""
0406 
0407 #: ../../setup_application/database_settings.rst:184
0408 msgid ""
0409 "See the resume below to choose the right database type depending of the use-"
0410 "cases."
0411 msgstr ""
0412 
0413 #: ../../setup_application/database_settings.rst:187
0414 msgid "Storage"
0415 msgstr ""
0416 
0417 #: ../../setup_application/database_settings.rst:187
0418 msgid "Type"
0419 msgstr ""
0420 
0421 #: ../../setup_application/database_settings.rst:187
0422 msgid "Items"
0423 msgstr ""
0424 
0425 #: ../../setup_application/database_settings.rst:187
0426 msgid "Remarks"
0427 msgstr ""
0428 
0429 #: ../../setup_application/database_settings.rst:189
0430 #: ../../setup_application/database_settings.rst:190
0431 #: ../../setup_application/database_settings.rst:203
0432 msgid "HDD"
0433 msgstr ""
0434 
0435 #: ../../setup_application/database_settings.rst:189
0436 #: ../../setup_application/database_settings.rst:191
0437 #: ../../setup_application/database_settings.rst:193
0438 #: ../../setup_application/database_settings.rst:195
0439 #: ../../setup_application/database_settings.rst:197
0440 msgid "SQLite"
0441 msgstr ""
0442 
0443 #: ../../setup_application/database_settings.rst:189
0444 #: ../../setup_application/database_settings.rst:195
0445 msgid "< 100K"
0446 msgstr ""
0447 
0448 #: ../../setup_application/database_settings.rst:189
0449 msgid "**Warning: WAL is mandatory.**"
0450 msgstr ""
0451 
0452 #: ../../setup_application/database_settings.rst:190
0453 #: ../../setup_application/database_settings.rst:192
0454 #: ../../setup_application/database_settings.rst:194
0455 #: ../../setup_application/database_settings.rst:196
0456 #: ../../setup_application/database_settings.rst:198
0457 msgid "MySQL-Internal"
0458 msgstr ""
0459 
0460 #: ../../setup_application/database_settings.rst:190
0461 #: ../../setup_application/database_settings.rst:196
0462 msgid "> 100K"
0463 msgstr ""
0464 
0465 #: ../../setup_application/database_settings.rst:191
0466 #: ../../setup_application/database_settings.rst:192
0467 #: ../../setup_application/database_settings.rst:206
0468 msgid "SSD"
0469 msgstr ""
0470 
0471 #: ../../setup_application/database_settings.rst:191
0472 #: ../../setup_application/database_settings.rst:193
0473 msgid "WAL is optional."
0474 msgstr ""
0475 
0476 #: ../../setup_application/database_settings.rst:193
0477 #: ../../setup_application/database_settings.rst:194
0478 msgid "NVME"
0479 msgstr ""
0480 
0481 #: ../../setup_application/database_settings.rst:195
0482 #: ../../setup_application/database_settings.rst:196
0483 #: ../../setup_application/database_settings.rst:212
0484 msgid "Removable"
0485 msgstr ""
0486 
0487 #: ../../setup_application/database_settings.rst:195
0488 msgid "**Warning: WAL is mandatory. USB 3.1 minimum with NVMe drive.**"
0489 msgstr ""
0490 
0491 #: ../../setup_application/database_settings.rst:196
0492 msgid "**Warning: USB 3.1 minimum with NVMe drive.**"
0493 msgstr ""
0494 
0495 #: ../../setup_application/database_settings.rst:197
0496 #: ../../setup_application/database_settings.rst:198
0497 #: ../../setup_application/database_settings.rst:215
0498 msgid "Network FS"
0499 msgstr ""
0500 
0501 #: ../../setup_application/database_settings.rst:197
0502 msgid "**Prohibited: SQLite databases must be stored on local file system.**"
0503 msgstr ""
0504 
0505 #: ../../setup_application/database_settings.rst:198
0506 msgid "**Prohibited: MySQL databases must be stored on local file system.**"
0507 msgstr ""
0508 
0509 #: ../../setup_application/database_settings.rst:199
0510 #: ../../setup_application/database_settings.rst:218
0511 msgid "Remote"
0512 msgstr ""
0513 
0514 #: ../../setup_application/database_settings.rst:199
0515 msgid "MySQL-Server"
0516 msgstr ""
0517 
0518 #: ../../setup_application/database_settings.rst:199
0519 msgid "MariaDB server is supported. Gigabit Ethernet or higher is recommended."
0520 msgstr ""
0521 
0522 #: ../../setup_application/database_settings.rst:205
0523 msgid "Hard Disk Drive."
0524 msgstr ""
0525 
0526 #: ../../setup_application/database_settings.rst:208
0527 msgid "Solid State Drive."
0528 msgstr ""
0529 
0530 #: ../../setup_application/database_settings.rst:209
0531 msgid "NVMe"
0532 msgstr ""
0533 
0534 #: ../../setup_application/database_settings.rst:211
0535 msgid "Non-Volatile Memory."
0536 msgstr ""
0537 
0538 #: ../../setup_application/database_settings.rst:214
0539 msgid "External USB HDD/SSD/NVMe drive."
0540 msgstr ""
0541 
0542 #: ../../setup_application/database_settings.rst:217
0543 msgid "Network File System mounted locally."
0544 msgstr ""
0545 
0546 #: ../../setup_application/database_settings.rst:220
0547 msgid "Network server as NAS (Network Attached Storage)."
0548 msgstr ""
0549 
0550 #: ../../setup_application/database_settings.rst:221
0551 msgid "WAL"
0552 msgstr ""
0553 
0554 #: ../../setup_application/database_settings.rst:223
0555 msgid "Write-Ahead Lock (SQLite database only)."
0556 msgstr ""
0557 
0558 #: ../../setup_application/database_settings.rst:227
0559 msgid ""
0560 "See this :ref:`Digital Asset Management chapter <storage_deterioration>` for "
0561 "more details about media and data protection."
0562 msgstr ""
0563 
0564 #: ../../setup_application/database_settings.rst:229
0565 msgid ""
0566 "See also this :ref:`Collection Settings chapter <collections_settings>` for "
0567 "more details about the way to configure your collections depending of your "
0568 "storage policy."
0569 msgstr ""
0570 
0571 #: ../../setup_application/database_settings.rst:233
0572 msgid ""
0573 "If you share the same **Removable** media to host databases and/or "
0574 "collections between different computers, you must have the same kind of "
0575 "operating system, the same mount paths everywhere (use symbolic links to "
0576 "revolve paths), and the same digiKam version everywhere to prevent conflicts "
0577 "with database schemes."
0578 msgstr ""
0579 
0580 #: ../../setup_application/database_settings.rst:235
0581 msgid ""
0582 "If you use a common **Remote** server to host databases and collections, you "
0583 "must use the same digiKam version everywhere to prevent conflicts with "
0584 "database schemes. Computers running digiKam cannot be used at the same time "
0585 "on collections."
0586 msgstr ""
0587 
0588 #: ../../setup_application/database_settings.rst:237
0589 msgid ""
0590 "If you use a common **Remote** server to host collections, as databases are "
0591 "located on computers, different versions of digiKam can be used and digiKam "
0592 "sessions can run at the same time on collections. Take a care about "
0593 "concurrency access on files metadata if you turned on this option on "
0594 "**Metadata Setup Page**."
0595 msgstr ""
0596 
0597 #: ../../setup_application/database_settings.rst:242
0598 msgid "Database Migration"
0599 msgstr ""
0600 
0601 #: ../../setup_application/database_settings.rst:244
0602 msgid ""
0603 "The photo management application comes up with an exclusive tool named "
0604 "**Database Migration**, that allows users to migrate their data. Suppose, "
0605 "you’re using SQLite and you wish to move all data to MySQL database, "
0606 "migration tool will help you do so. It can help you migrate data from SQLite "
0607 "to MySQL and vice versa."
0608 msgstr ""
0609 
0610 #: ../../setup_application/database_settings.rst:246
0611 msgid ""
0612 "To migrate to another database, go to :menuselection:`Settings --> Database "
0613 "Migration...`. A dialog box appears:"
0614 msgstr ""
0615 
0616 #: ../../setup_application/database_settings.rst:252
0617 msgid "The digiKam Database Migration Tool"
0618 msgstr ""
0619 
0620 #: ../../setup_application/database_settings.rst:254
0621 msgid ""
0622 "Now choose appropriate database types you want to convert to. Finally, click "
0623 "on **Migrate** button to convert the database from SQLite to MySQL (or vice "
0624 "versa). Depending of the database size this operation can take a while."
0625 msgstr ""
0626 
0627 #: ../../setup_application/database_settings.rst:258
0628 msgid ""
0629 "Only the digiKam **Core** database will be migrated while conversion "
0630 "process. All other databases needs to be rebuilt as post-processing with "
0631 "the :ref:`Maintenance Tools <maintenance_tools>`. The **Thumbs** and "
0632 "**Similarity** databases needs to be created from scratch, and the **Face** "
0633 "database needs the option **Rebuild the Training Data**."
0634 msgstr ""
0635 
0636 #: ../../setup_application/database_settings.rst:263
0637 msgid "Database Backup Recommendation"
0638 msgstr ""
0639 
0640 #: ../../setup_application/database_settings.rst:265
0641 msgid ""
0642 "For security reasons, planing a database backup using crontab over the "
0643 "network can help against device dysfunctions. A NAS or an external drive can "
0644 "also be used for that."
0645 msgstr ""
0646 
0647 #: ../../setup_application/database_settings.rst:267
0648 msgid ""
0649 "Each database can be named with a different name, not only *digikam*. This "
0650 "allows to users to backup only what is needed. For instance, naming **Core** "
0651 "database as *digiKam_Core*, allows to isolate only this table (the most "
0652 "important file). **Thumbnails**, **Similarity** and **Face Recognition** "
0653 "databases can always be regenerated for scratch."
0654 msgstr ""
0655 
0656 #: ../../setup_application/database_settings.rst:269
0657 msgid ""
0658 "The chapter about digiKam :ref:`Maintenance Tools <maintenance_tools>` will "
0659 "explain how to maintain in time the database contents and how to synchronize "
0660 "the collections with databases information (and vice versa)."
0661 msgstr ""
0662 
0663 #: ../../setup_application/database_settings.rst:274
0664 msgid "Database Statistics"
0665 msgstr ""
0666 
0667 #: ../../setup_application/database_settings.rst:276
0668 msgid ""
0669 "digiKam provides a unique tool to show the statistics from your collections. "
0670 "It includes count of images, videos (including individual count by image "
0671 "format), tags etc. Also, includes the **Database Backend** (QSQLITE or "
0672 "QMYSQL) and the **Database Path** (where your collection is located)."
0673 msgstr ""
0674 
0675 #: ../../setup_application/database_settings.rst:278
0676 msgid ""
0677 "You can view your statistics by going to :menuselection:`Help --> Database "
0678 "Statistics...`. A dialog box like this will appear:"
0679 msgstr ""
0680 
0681 #: ../../setup_application/database_settings.rst:284
0682 msgid "The digiKam Database Statistics Dialog"
0683 msgstr ""