The pg_dump command was using the incorrect switch -d (dbname) instead of -h (hostname) and did not specify the login username with -U switch.
The psql command did not specify the login username with -U switch.
Once I corrected the commands as per this edit, I was able to migrate successfully from one project to another
* 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>
* Fix typo and grammar
* Fix Typo and Grammar
* Fix Typo and Grammar
* Fix Typo and Grammar
* Fix Typo and Grammar
* Fix Typo and Grammar
* Fix Typo and Grammar
* Fix Typo and Grammar
* Fix Typo and Grammar
Probably obvious for more seasoned developers ... but I just spent a long time on this detail 😅
(I also put this [into StackOverflow](https://stackoverflow.com/a/70035816/3763660)).
Feel free to rephrase my change if something else would be better.
* chore: use relative urls
* chore: update relative links for web
* fix some links
* more relative urls to homepage
* update config
* leverage the /docs baseurl
* Adds an outline for the new providers
* Adds `generateLink()` docs
* Updates the tagline for Auth
* added slack auth provider setup steps
* added spotify auth provider setup steps
* fix: add messagebird docs
* docs: remove video
* docs: update generateLink() description
* Adds a few more server routes
* finalises the naming on some of the auth sidebar items
* add a redirect for deleteUser()
Co-authored-by: Mark Burggraf <markb@mantisbible.com>
Co-authored-by: Kang Ming <kang.ming1996@gmail.com>