Giter VIP home page Giter VIP logo

Comments (4)

daftaupe avatar daftaupe commented on June 12, 2024

@Danrancan will have to try to reproduce first. I'll let you know how it goes.

from server.

Danrancan avatar Danrancan commented on June 12, 2024

@Danrancan will have to try to reproduce first. I'll let you know how it goes.

Okay thanks. I'm wondering if its a ARM64 issue since I'm running it on the Raspberry pi.

from server.

victor-rds avatar victor-rds commented on June 12, 2024

@Danrancan AFAIK Etesync is not compatible with MariaDB/MySQL, until #69 is fixed.

from server.

Top-Ranger avatar Top-Ranger commented on June 12, 2024

This does sond familiar to me...
I do think I fixed this by using etebase_server/settings.py instead of the etebase-server.ini.

Can you try to remove the etebase-server.ini file and change the values in etebase_server/settings.py? My database config looks like the following:

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': 'etesync',
        'USER': 'etesync',
        'PASSWORD': 'PASSWORD',
        'HOST': '127.0.0.1',
        'PORT': '3306',
        'OPTIONS': {'charset': 'utf8mb4'},
    }
}

Please note that the workaround in #69 (comment) has to be applied too.

from server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.