spantaleev / matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.92k stars 1.05k forks source link

persistently save psql command history #3804

Open Marx1st opened 4 days ago

Marx1st commented 4 days ago

psql saves a history of used commands in .psql_history.

mdad does not persistently save it to the filesystem.

It would be very helpfull to have this file to be able to reference to commands that have been used in the past.