Getting started with Storj V3 Local Test Network (storj-sim)

Found a solution i will post for anyone who may have or have in the future this issue the below commands will respectively Backup / restore docker postgress databases

Backup your databases

docker exec -t your-db-container pg_dumpall -c -U postgres > dump_date +%d-%m-%Y"_"%H_%M_%S.sql

Restore your databases

cat your_dump.sql | docker exec -i your-db-container psql -U postgres

Ok i have now learned how to access postgres db

Now i was wondering if anyone here would know which table would contain data about what data nodes are holding

I have been searching these dbs/tables for a few days and can not locate any information that relates to how much each node has
@alexy
@stob
@nerdatwork
@jocelyn could you maybe forward this to someone who might know if not i understand and that’s ok but thanks anyway