❯ git clone [email protected]:RedHatInsights/ccx-notification-writer.git
❯ cd ccx-notification-writer
❯ make build
❯ ./ccx-notification-writer db-init
❯ cd ..
❯ export PGPASSWORD=postgres
❯ psql --username=postgres --host=localhost --port=5432 --dbname notification -f init.sql; done
❯ for i in {1..10}; do psql --username=postgres --host=localhost --port=5432 --dbname notification -f duplicate.sql; done
It would be more realistic to copy a real report instead of using 'test' -> duplicate.sql