Docker
How to update docker datetime and timezone in Discourse
I found that the date inside docker is different with the host machine. You can check the date by using this way. Solution to update the date Now the date is correct
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, …
mount: unknown filesystem type overlay
You need Linux kernel 3.14++ to use overlayFS. I need to use overlayFS because Docker recommend to use it The devicemapper storage driver is deprecated in Docker Engine 18.09, and will be removed in a future release. It is recommended that users of the devicemapper storage driver migrate to overlay2. It doesn’t work So, I try to update the newest …