Bug description When you first run migrate dev against a brand new Supabase database to start the migration history, the command times out after exactly 120 seconds and shows this timeout error. Error: db error: ERROR: canceling statemen...
Supabase Auth aims to continue developing auth features that are secure by default yet simple to implement. We use Supabase Auth for our hosted platform and continuously dogfood the latest version on it. If you are interested to migrate to Supabase Auth, you can check out this blog post on ...
To avoid lock-in, we make it easy to migrate in and out. Our cloud offering is compatible with our self-hosted product. We use existing standards to increase portability (like pg_dump and CSV files). If a new standard emerges which competes with a "Supabase" approach, we will deprecate...
chore: update self-hosted image versions #33136mergedJan 28, 2025 docs: update phone auth docs #33135mergedJan 28, 2025 fix:error filter for troubleshooting #33010mergedJan 28, 2025 chore: add auto-troubleshooting-template to local dev
So yeah, at this stage we are a hosted servicebut at some stage we will actually give the ability to yeahbring your own database and we'll just connect inand you get the interface, you get the APIsand we'll connect in and give you everything. ...
AWS, or our own AppFlowyCloud (Self-hosted server). ![](architecture-Application.png) ## Design AppFlowy use the traits [AppFlowyServer] to abstract the cloud provider. Each cloud provider implements the [AppFlowyServer] trait. As the image below shows. Users can choose their preferred clou...
{ENABLE_ERL_CRASH_DUMP:-false}" = true ]; then trap upload_crash_dump_to_s3 INT TERM KILL EXIT fi echo "Running migrations" sudo -E -u nobody /app/bin/migrate if [ "${SEED_SELF_HOST-}" = true ]; then echo "Seeding selfhosted Realtime" sudo -E -u nobody /app/bin/real...