Initializing docker database
We use supabase, and really want to use the database in our CI env!
We already have exported the data from our dev environment to the
it fails:
However, it seems like this role is being set up after files from the
Anyone with suggestions to getting the file in
We already have exported the data from our dev environment to the
preview_data.sql file and try to start the database with following docker-compose service entry:it fails:
However, it seems like this role is being set up after files from the
docker-entrypoint-initdb.d folder is being executed. When we use psql postgres://postgres:postgres@localhost -f ./data/preview_data.sql it works flawlessly!Anyone with suggestions to getting the file in
docker-entrypoint-initdb.d to work?