Docker

Docker Commands Cheat Sheet

I often forget the command of the docker, so I make a list as reference for myself Here is your Docker Cheat Sheet with essential commands, organized by category. You can keep this for quick reference. ⸻ 🐳 Docker Cheat Sheet General Commands docker version # Show Docker version docker info # Show system-wide information […]

Docker Commands Cheat Sheet Read More »

ERROR: current transaction is aborted, commands ignored until end of transaction block (PG::InFailedSqlTransaction)

I’m trying to insert new row by using the import function from discourse, create_categories. It throw me this error. What cause this error appear ? I’m using this way to restore the docker data for keep testing on importing Full error message from console Solution In many cases, it should be corrupted in PostgreSQL database,

ERROR: current transaction is aborted, commands ignored until end of transaction block (PG::InFailedSqlTransaction) Read More »