docker install supabase
Instruction
It is recommended to use Linux, as issues may occur when connecting to the pool on Windows systems.
docker install supabase
1 | Get the code |

Restore databse
access to web service

connect database by these parameter
host: localhost
port: 5432
database: postgres
username: postgres.your-tenant-id
password: your-super-secret-and-long-postgres-password

restore database from file

get connection string
browser http://localhost:8000
input username: supabase
password: this_password_is_insecure_and_should_be_updated
replace the connection string in .env file

run project and test
run project and test
reference
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.

