Top Useful Copy-Paste Commands For Apache Solr

Create an user To create an user in Solr, first, you need to enable authentication plugin by creating a file named security.json under /var/solr/data. Enter into your Solr environment (docker or command line where you have Solr installed) and execute the following command: This command creates the security.json file at the correct location and also … Read more

PostgreSQL Docker client-only Image

Update 2025 Please check out the new client here that supports a wide range of PostgreSQL version: https://hub.docker.com/r/dattm24/postgresql-client if you want to customize, here is the repo: https://github.com/datmt/docker-clients/tree/main/postgresql-client Recently I had to write a bash script to truncate all tables on a test database server. Using PgAdmin is a real pain since I have a … Read more