Initial commit

This commit is contained in:
Christian Tosta
2024-03-27 10:15:34 -03:00
commit 125ddd20d5
20 changed files with 1959 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
[engines]
mysql=false
postgresql=true
[postgresql]
env=prod
db_host=db.example.org
db_password=P4SsW0rd.
db_port=6432
db_user=dbuser
[psql]
exec = /usr/bin/psql
extraopts =
extension = sql
[pg_dump]
dump_format = custom
exec = /usr/bin/pg_dump
extraopts = "-b --exclude-table-data=logs_logs --exclude-table-data=logs_detalhe --exclude-table-data=ecf_exportar_osv_id_seq"
extension = pgc
[pg_restore]
restore_format = custom
exec = /usr/bin/pg_restore
extraopts = "--role dbuser"
extension = pgc