Skip to content

Commit

Permalink
Added DB migration for the tls_mgm table
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Mar 28, 2018
1 parent 012a906 commit 95d834d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/opensipsdbctl.mysql
Expand Up @@ -438,6 +438,12 @@ migrate_table ${dst_db}.clusterer \
${src_db}.clusterer \
"?id,?cluster_id,?node_id,?url,?description"

## TLS_MGM module
migrate_table ${dst_db}.tls_mgm \
"id,domain,address,type,method,verify_cert,require_cert,certificate,private_key,crl_check_all,crl_dir,ca_list,ca_dir,cipher_list,dh_params,ec_curve" \
${src_db}.tls_mgm \
"?id,?domain,?address,?type,?method,?verify_cert,?require_cert,?certificate,?private_key,?crl_check_all,?crl_dir,?ca_list,?ca_dir,?cipher_list,?dh_params,?ec_curve"


if [ "$HAS_EXTRA" = "yes" ] ; then

Expand Down

0 comments on commit 95d834d

Please sign in to comment.