* chore: move _analytics to a distinct database
Following: https://github.com/supabase/cli/pull/2707
BREAKING CHANGES:
When migrating from an older version you will need to manually create the new internal _supabase
database and analytics schema the same way the and do.
Via:
* feat: add supavisor to the self-hosted stack
* chore(docs): add docs about supavisor
* chore: fix reviewdog warning
* chore: fix typo
* chore: apply pr comments
* chore: remove outdated migration files
* chore: update docker compose to use latest images
* chore: remove commented lines
* chore: update default role passwords
* chore: add no restart flag in dev
* chore: update example env
* chore: add comments
* chore: bump storage and studio images
* chore: default pgmeta to use admin role
* chore: do not update su role
* Adds a docker build
* Adds the correct tags
* Sets up the studio port
* Adds quotes around false
* hide local env
* make sure we cover all env files
* only run sentry & analyzer on platform
* Update withAuth
* fixing multi-stage
* fix usage commands
* adds some fake service and anon keys
* Small fix
Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
* using slack clone to test
* updates auth functions to handle new GUC commands
* move postgREST to new version
* testing with todo list
* makeing our mount setup far more robust
* Adds some usage commands
* cleans up the auth functions
* test with todos app
* fix env var for GUC
* new auth functions - changed for performance improvement
* Adds some integration tests for RLS
* anon volume on postgres
* remove unused helpers
* fix broken docusaurus build
* Fix complaining vercel
* test instructions
* Use named imports
* Fixes imports
* all relative
* chore: add in tsconfig.json to /web
* finding these all over the place
* Update docker/docker-compose.yml
Co-authored-by: Steve Chavez <stevechavezast@gmail.com>
Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com>
Co-authored-by: Steve Chavez <stevechavezast@gmail.com>