modoboa-installer: Amavis is not installed error
Impacted versions
- Modoboa: d653779
- Distribution: CentOS 7.3.1611
- Arch: 64 Bits
Steps to reproduce
literally just
git clone https://github.com/modoboa/modoboa-installer cd modoboa-installer sudo ./run.py <your domain>
Current behavior
Fails during install
[...]
Installing amavis
Initializing database ... OK
Redirecting to /bin/systemctl start postgresql.service
CREATE ROLE
0
Amavis is not installed
After that, the installer quits.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 19 (8 by maintainers)
Now I’m also getting the annoying message that the Database “amavis” already exists, after i try to launch the script again. It seems that there’s no “drop if exists” / force mechanic and i cannot drop the database the script created either.