Archive of posts with tag 'database' and lang 'en'
Git LFS Install Ubuntu: A Comprehensive Guide
Git LFS (Large File Storage) is a version control system for storing and managing large files and binary assets. It is an open-source project developed by GitHub and is used by developers to store and manage large files such as images, videos, and audio files. It is designed to improve the [[2023-02-28-how-do-i-setup-a-remote-database-to-optimize-site-performance-with-MySQL performance]] of version control systems by reducing the size of large files and making them easier to manage.
3 façons de connecter votre conteneur Dolibarr à la base de données locale
L’une des priorités d’un administrateur système est l’optimisation des performances des déploiements et de l’infrastructure sous-jacente. J’ai un mariadb déployé et en cours d’exécution sur un serveur Linux. Il est optimisé pour les performances et le stockage de la base de données. Maintenant, je prévois de déployer un conteneur dolibarr docker dessus.
3 façons de connecter votre conteneur Dolibarr à une base de données locale
L’une des priorités d’un administrateur système est l’optimisation des performances des déploiements et de l’infrastructure sous-jacente. J’ai un mariadb déployé et en cours d’exécution sur un serveur Linux. Il est optimisé pour les performances et le stockage de la base de données. Maintenant, je prévois de déployer un conteneur dolibarr docker dessus.
3 ways to connect your Dolibarr container to local database
One of the priorities of a system administrator is the performance optimization of the deployments and the underlying infrastructure. I have a deployed and running mariadb on a [[2022-07-14-the-trustanchors-parameter-must-be-non-empty-on-linux-or-why-is-the-default-truststore-empty linux]] server. It is optimized for performance and database storage. Now I am planning deploying a dolibarr [[2022-07-21-how-to-run-jenkins-jobs-with-docker docker]] [[2022-09-21-how-do-you-ping-a-docker-container-from-the-outside container]] on top of it. How can I [[2022-01-15-how-do-i-connect-mysql-workbench-to-mysql-inside-docker connect]] from the dolibarr [[2020-04-03-how-to-setup-your-local-nodejs-development-environment-using-docker docker]] [[2022-03-27-how-do-i-access-the-host-port-in-a-docker-container container]] to the local mariadb database?