angelico

Results 10 issues of angelico

### Instance used - AWS r6g.2xlarge - Ubuntu 20.04 LTS ### Replication 1. Ensure PostgreSQL is installed beforehand. 2. `apt install build-essential ca-certificates curl git-core gpp cpp pkg-config apt-transport-https cmake...

Using these steps: 1. Ensure PostgreSQL is installed beforehand. 2. `apt install build-essential ca-certificates curl git-core gpp cpp pkg-config apt-transport-https cmake libc++-dev libc++abi-dev libc++1 libglib2.0-dev libtinfo5 libc++abi1 ninja-build python` 3....

bug

* This should fix the issue of building the Docker image locally

A change in `common.vars.json` would signify a bump in the version. Right now, any change in the `develop` branch even from just the README would trigger a build of the...

[reference guide](https://blog.crunchydata.com/blog/how-to-upgrade-postgresql-passwords-to-scram) ### todo - [x] Change from `md5` to `scram-sha-256` on this [line](https://github.com/supabase/postgres/blob/develop/ansible/files/postgresql_config/postgresql.conf.j2#L95) of `postgresql.conf`. - [x] Edit all `md5` on this [file](https://github.com/supabase/postgres/blob/develop/ansible/files/postgresql_config/pg_hba.conf.j2) to `scram-sha-256`. - [x] Change from...

enhancement

At the moment, testing the database to ensure that all extensions and settings are working is done manually at the end of each new build. Perhaps I could make use...

* Also addresses https://github.com/supabase/postgres/issues/47

* Noticed that `--skip-tags` parameters [are not observed ](https://github.com/supabase/postgres/runs/7894989613?check_suite_focus=true#step:4:6036) when building an image. * By right, with this configuration, certain steps would be omitted in the build process. Instead, all...

* First pass of documentation for available forms of backups for hosted Supabase projects * Screenshots to follow later on * Is there a certain way of taking screenshots?

## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Adds a state for when a post-upgrade backup is in progress ## What...