Download Import Script
Download our PostgreSQL import script:Usage
Run the script with your database credentials and ChartDB information:Required Parameters
-hDatabase hostname-pDatabase port (default: 5432)-UDatabase username-dDatabase name-WDatabase password-aChartDB API key-tTarget diagram ID
Automated Daily Updates
To automatically update your diagram daily using cron, add the following line to your crontab:Note: Replace
/path/to/psql-import.sh with the absolute path to the
script and adjust the credentials accordingly. The log file path
(/path/to/psql-import.log) should be in a directory where your user has
write permissions.
