Hello everyone,
 
I can add subscribers with
serctl add <username><password><email>
but when it comes to adding aliases with
serctl alias add <alias><uri>
the next message appears
400 Table 'aliases' not found in memory, use save("aliases") or lookup("aliases") in the configuration script first
 
I don't understand why because I think that the table does exist, because when I introduce the command
ser_mysql.sh backup
all the tables appear but the aliases one is empty.
 
Does anyone know what's the problem?
Thank you,
 
Llanos