Skip to content

Commit

Permalink
scripts/opensipsdbctl.mysql: migrate tls_mgm table
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Apr 16, 2019
1 parent 6337f34 commit 97b21e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/opensipsdbctl.mysql
Expand Up @@ -440,9 +440,9 @@ migrate_table ${dst_db}.clusterer \

## 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" \
"id,domain,match_ip_address,match_sip_domain,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"
"?id,?domain,?match_ip_address,?match_sip_domain,?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 97b21e0

Please sign in to comment.