Replies: 8 comments 3 replies
-
|
The 1.4.5 docker image ships an older manticore release. Starting from 10.1.x manticore introduced an incompatibility that needs to be addressed. The fix is already on the master branch, but the docker image hasn't been created yet, because there's no new release yet. I need a little more time to release 1.4.8. |
Beta Was this translation helpful? Give feedback.
-
|
In response to your last message: starting the piler daemon is the last step of the bootstrapping. What processes are running in the piler container? What are the last 20-30 lines of /var/log/mail.log? |
Beta Was this translation helpful? Give feedback.
-
|
Hello jsuto, I can't get version 1.4.8 to run properly and hope you can help me. I successfully installed Piler using the configuration attached. I can log in and configure Piler. However, no emails are arriving in the archive with this version. I'm just not getting any further. I think there's a permissions issue somewhere or something!? Greetings klar574 ` services: manticore: memcached: piler: |
Beta Was this translation helpful? Give feedback.
-
|
For starters, check the logs for each service in the docker-compose stack, and verify that they are running fine. Then check the piler container /var/log/mail.log file, and look for lines for incoming emails. |
Beta Was this translation helpful? Give feedback.
-
|
Hi jsuto, I found the problem. I had to adjust the permissions on the store on the Synology. After that, the emails started coming in again. I still have an old store directory with 32GB of data. Is there any way I can import it back? |
Beta Was this translation helpful? Give feedback.
-
|
If the piler database related to the old store directory doesn't exist, then not really. There might be a tool out there that's able to recreate the meta data from the stored files, but I'm not aware of it. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
To show the emails you need both the old index database and the piler mysql database. The stored files in /var/piler/store are not enough alone. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hello, does anyone have a working guide on how to install Piler 1.4.7 on a Synology? I've already tried a few things; the containers start successfully, but when I access the website, I get the error: Error: SQLSTATE[HY000] [1046] no such database sphinx on database: sphinx. And I just can't get any further. Version 1.4.5 has been running without any problems so far. Regards
Beta Was this translation helpful? Give feedback.
All reactions