Clean up (or validate) Postgres data?

I assume you’ve already done

./launcher cleanup

and

apt-get autoclean
apt-get autoremove

You can do a full vacuum on your postgres database, too, if you want to make sure it is totally ship-shape. This can also clean up some space in the database. See How to recover from a very slow database