mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Comment post install postgres scripts in cgrates ansible role
This commit is contained in:
committed by
Dan Christian Bogos
parent
79215c824c
commit
df3ae97e57
@@ -47,8 +47,8 @@
|
||||
loop:
|
||||
- { db: "mysql", cmd: "sh setup_ers_db.sh root CGRateS.org localhost" }
|
||||
- { db: "mysql", cmd: "sh setup_cgr_db.sh root CGRateS.org localhost" }
|
||||
- { db: "postgres", cmd: "sh create_db_with_users.sh" }
|
||||
- { db: "postgres", cmd: "sh create_ers_db.sh" }
|
||||
- { db: "postgres", cmd: "sh setup_cgr_db.sh" }
|
||||
# - { db: "postgres", cmd: "sh create_ers_db.sh" }
|
||||
- { db: "mongo", cmd: "sh setup_cgr_db.sh" }
|
||||
|
||||
- name: Set versions
|
||||
|
||||
Reference in New Issue
Block a user