Hello,

I'm having a problem when trying to create realtime stuff for asterisk 13 in mysql DB. Following https://wiki.asterisk.org/wiki/display/AST/Managing+Realtime+Databases+with+Alembic, I've successfully created the main tables using "config" schema.

Update |script_location|to the schema to update. Asterisk currently supports two sets of schemas:

 1. |config|- the set of schemas for Asterisk Realtime databases
 2. |voicemail|- the schema for ODBC VoiceMail



But when trying to use "voicemail" schema, I get the following error :

[root@centrex5 ast-db-manage]# alembic -c config.ini upgrade head
INFO  [alembic.migration] Context impl MySQLImpl.
INFO  [alembic.migration] Will assume non-transactional DDL.
ERROR [alembic.util] No such revision or branch 'a541e0b5e89'
  FAILED: No such revision or branch 'a541e0b5e89'
[root@centrex5 ast-db-manage]#

Any tip ?
I'm using latest asterisk 13 sources.

Regards,
Cédric
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to