symbolstix related SQL files replaced by a dump (symbolstix.sql) much faster to load

parent 785c9b0d
This diff could not be displayed because it is too large.
......@@ -16,16 +16,13 @@
state: import
target: "{{ server_path }}/{{ database_files_relative_path }}/pictodb-schema.sql"
- name: Imports symbolstx categories and metadata
- name: Imports symbolstix pictos
mysql_db:
login_user: "{{ database_user }}"
login_password: "{{ database_user_passwd }}"
name: "{{ database_name }}"
state: import
target: "{{ server_path }}/{{ database_files_relative_path }}/symbolstx-{{ item }}.sql"
with_items:
- metadata
- categories
target: "{{ server_path }}/{{ database_files_relative_path }}/symbolstix.sql"
- name: Imports application essential data
mysql_db:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment