Why docker:// does not work inside the Atlas Docker image
Question
Why does using a dev URL like docker://postgres/15/dev inside the official arigaio/atlas image fail with:
exec: "docker": executable file not found in $PATH?
Why does using a dev URL like docker://postgres/15/dev inside the official arigaio/atlas image fail with:
exec: "docker": executable file not found in $PATH?
Why does atlas schema apply / atlas schema plan fail with an error like this when working with PostgreSQL extensions?
Error: create extension "postgis_topology": pq: extension "postgis_topology" has no installation script nor update path for version "3.4.3"
Why does atlas migrate diff fail with the following error after running atlas migrate apply?
Error: sql/migrate: connected database is not clean: found table "atlas_schema_revisions" in schema <schema_name>. baseline version or allow-dirty is required
How can I resolve the pq: out of shared memory error that appears while Atlas loads my schema?