Add support for automatic (Postgres -> SQLite) migration to mx-puppet-skype

This commit is contained in:
Slavi Pantaleev
2020-12-22 16:29:47 +02:00
parent d135cd9cd3
commit e49eb078a2
4 changed files with 66 additions and 55 deletions

View File

@ -74,11 +74,11 @@ database:
# Connection string to connect to the Postgres instance
# with username "user", password "pass", host "localhost" and database name "dbname".
# Modify each value as necessary
connString: {{ matrix_mx_puppet_skype_database_connString | to_json }}
connString: {{ matrix_mx_puppet_skype_database_connection_string|to_json }}
{% else %}
# Use SQLite3 as a database backend
# The name of the database file
filename: {{ matrix_mx_puppet_skype_database_file }}
filename: {{ matrix_mx_puppet_skype_sqlite_database_path_in_container|to_json }}
{% endif %}
provisioning: