maddy icon indicating copy to clipboard operation
maddy copied to clipboard

imapsql: NewBackend (initSchema): create table users: SQL logic error: AUTOINCREMENT is only allowed on an INTEGER PRIMARY KEY (1)

Open DmitriiMukhin opened this issue 5 months ago • 4 comments

Describe the bug

Something bad with my build. imapsql: using transpiled SQLite (modernc.org/sqlite), this is experimental imapsql: NewBackend (initSchema): create table users: SQL logic error: AUTOINCREMENT is only allowed on an INTEGER PRIMARY KEY (1) build from master

Steps to reproduce

  1. Build with GOOS=linux GOARCH=arm64 ./build.sh --static`
  2. Deploy as systemd service on Debian 12 arm64
  3. Edit /ettc/maddy/maddy.conf
  4. Try to start

Log files

go env GOOS=linux GOARCH=arm64 ./build.sh maddy.log

Configuration file

/etc/maddy/maddy.conf

Environment information

  • maddy version: 0.7.1+f3a6f32

DmitriiMukhin avatar Aug 30 '24 12:08 DmitriiMukhin