[GH-ISSUE #438] Store Data On MariaDB #340

Closed
opened 2026-02-25 21:31:44 +03:00 by kerem · 2 comments
Owner

Originally created by @derAlff on GitHub (Dec 17, 2021).
Original GitHub issue: https://github.com/ciur/papermerge/issues/438

Originally assigned to: @ciur on GitHub.

Hey ho,

a little question. Is it possible to store the Papermerges data in a MariaDB in the network? It can/should help me with my documents in my infrastructure :)

Thank you

Originally created by @derAlff on GitHub (Dec 17, 2021). Original GitHub issue: https://github.com/ciur/papermerge/issues/438 Originally assigned to: @ciur on GitHub. Hey ho, a little question. Is it possible to store the Papermerges data in a MariaDB in the network? It can/should help me with my documents in my infrastructure :) Thank you
kerem 2026-02-25 21:31:44 +03:00
Author
Owner

@RefineryX commented on GitHub (Dec 18, 2021):

Yes it can, I just did it today. As per the documentation, you need to edit settings.py file. Uncomment the following and enter your info

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': 'db name',
        'USER': 'your user',
        'PASSWORD': 'your pass',
        'HOST': 'mariadb',
        'PORT': 3306,
<!-- gh-comment-id:997301150 --> @RefineryX commented on GitHub (Dec 18, 2021): Yes it can, I just did it today. As per the documentation, you need to edit ``settings.py`` file. Uncomment the following and enter your info ``` DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'db name', 'USER': 'your user', 'PASSWORD': 'your pass', 'HOST': 'mariadb', 'PORT': 3306, ```
Author
Owner

@derAlff commented on GitHub (Dec 19, 2021):

Wow, thank you 👍

I test it 😊

<!-- gh-comment-id:997349636 --> @derAlff commented on GitHub (Dec 19, 2021): Wow, thank you 👍 I test it 😊
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/papermerge#340
No description provided.