kjcsb1
kjcsb1
Is the source for your [docusaurus website](https://componentkit.org/) available publicly?
The Docker build instructions on the [wiki](https://github.com/supabase/postgres/wiki/Docker) are out-of-date now that 15 is released. Is it as simple as running `docker build --tag custom-postgres:latest .`? That didn't work for me....
I have a schema that has been diffed to create a migration. When I run the diff subsequently, the generated migration contains all of the function statements already contained in...
Steps to reproduce: ``` tusker clean tusker --verbose diff Creating databases... Creating migrated schema... Creating original schema... - db/init/base_db_entities/00-initial-schema.sql Error executing SQL file db/init/base_db_entities/00-initial-schema.sql: (psycopg2.errors.DuplicateObject) role "xyz" already exists ```...
I have followed the instructions to set up a [Contentful Gatsby frontend](https://docs.medusa-commerce.com/how-to/headless-ecommerce-store-with-gatsby-contentful-medusa): 1. created the Medusa store 2. created the Contentful space 3. migrated and seeded the Contentful space 4....
Thanks for you work with pg-ferret. I get PermissionDenied when attempting to run pg-ferret-all-in-one whether as root, under sudo, or any user: ``` docker run -it -e POSTGRES_DB=mydb -e POSTGRES_USER=myuser...