I am a beginner of PostgreSQL and TimescaleDB. As per TimescaleDoc https://docs.timescale.com/self-host...ntire-database, the command to backup a database named tsdb is
which uses '-Fc' option (output file format custom).
I was wondering if this option is needed for zabbix db backup? or output file format plain text (default) is good? Thanks very much!
Code:
pg_dump -Fc -f tsdb.bak tsdb
I was wondering if this option is needed for zabbix db backup? or output file format plain text (default) is good? Thanks very much!