tools.win_pg_dump_controller

Yohn Y. 2022-01-30 Child:7de4fb4ef2f5

0:be791d354d2a Go to Latest

tools.win_pg_dump_controller/examples/config.ini

..init

History
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/examples/config.ini	Sun Jan 30 22:17:39 2022 +0300
     1.3 @@ -0,0 +1,13 @@
     1.4 +[main]
     1.5 +pg_bin_path = c:\program files\postgreSQL\14\bin
     1.6 +log_dir=c:\var\dblog
     1.7 +
     1.8 +[common]
     1.9 +host_name=192.168.0.1
    1.10 +port=5433
    1.11 +dst_dir=c:\var\backup
    1.12 +
    1.13 +[todolist]
    1.14 +db_name=my_prod_database
    1.15 +user_name=some_user
    1.16 +passwd=P@ssW0rd
    1.17 \ No newline at end of file