Carbonio CE 22.12.0...
 
Notifications
Clear all

[Solved] Carbonio CE 22.12.0 - Cannot add Mailstore Volume

5 Posts
1 Users
1 Reactions
604 Views
(@regul8or)
Joined: 2 years ago
Posts: 16
Topic starter  

Hello. After installing Carbonio, I cannot add a new mailstore volume. Admin Panel: Mailstores / Data Volumes / New Volume. Filling all fields, but Create button is unavailable. First I experimented with multiserver install, then, just for the testing purposes I installed on a single server with sudo apt install carbonio-ce.


   
Quote
(@regul8or)
Joined: 2 years ago
Posts: 16
Topic starter  

Get back to Carbonio CE with 23.2.0 - now I was able to add a new mail volume


   
ReplyQuote
(@regul8or)
Joined: 2 years ago
Posts: 16
Topic starter  

Trying a clear deployment of 24.3.0. Problem is almost the same as was described in original post. Create button is unavailable. But now I cannot enter anything in the field Volume Name.

If it's an interface issue is there a way to create a volume and make it current via CLI?


   
ReplyQuote
(@regul8or)
Joined: 2 years ago
Posts: 16
Topic starter  

Just installed all on one server with

sudo apt install carbonio-ce carbonio-mailbox-db carbonio-user-management carbonio-storages-ce

Still no way to specify Volume Name/ Create button is inactive too


   
ReplyQuote
(@regul8or)
Joined: 2 years ago
Posts: 16
Topic starter  

As it turns out, it's easy to add volume via CLI, e.g.

zmvolume -l
zmvolume -a -n message2 -t primaryMessage -p /mnt/mail/store
zmvolume -a -n index2 -t index -p /mnt/mail/index
zmvolume -sc -id 3
zmvolume -sc -id 4

Line 1 displays currently defined volumes

Lines 2 and 3 creates message and index volumes

Lines 4 and 5 declares new volumes as current


   
ReplyQuote