-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init query failed: pq: type "longtext" does not exist #386
Comments
Ouch. It is quite embarrassing I have been aware of this little issue but forgot to include the fix in 0.5.0. As a workaround you could manually create the table with correct data types:
then this error should not occur. Sorry about that! |
@foxcpp thanks for the quick response. I changed it and rebuilt from source, so I was able to work around it. It was just late so I didn't get the chance to put up a PR.
Is this causing any issues? I can't seem to connect via IMAP and am wondering if this is the reason for that. |
Unlikely. This affects only message removal using imap-msgs remove. |
Thanks again. I found the issue and will open another ticket for it. |
I suppose we could close this one... |
Yes. Thanks for the quick fix! |
Describe the bug
When starting maddy configured to use postgres, the error
init query failed: pq: type "longtext" does not exist
prevents it from starting.Steps to reproduce
Try to start maddy when configured to use postgres
Log files
syslog
Configuration file
maddy.conf
Environment information
The text was updated successfully, but these errors were encountered: