Nick Wilson

Results 5 issues of Nick Wilson

Spent quite a bit of time tracking this down with CircleCI. We started getting mysterious build failures with a warning like this when attempting to check out: ``` warning: refname...

A few things I'm noticing wrong with the docs, attempting to run this tool for the first time. In order to run `pip3 install .` - there's a version file...

On our database instance, the details of the OS are included in the version string that is reported ``` postgres@linus-db:~/aiven-db-migrate$ psql --version psql (PostgreSQL) 12.1 (Ubuntu 12.1-1.pgdg18.04+1) ``` This interferes...

After successfully setting up logical replication, we are encountering the following error over and over again in our target database: ``` [webapp-db-sbx-1]2020-11-10T23:21:01.098136[postgresql-12][85-1] user=,db=,app=,client= LOG: logical replication table synchronization worker for...

Standard operating procedure for postgres commandline tools that leverage libpq (such as psql, pg_dump, etc) is that they will look for a password in the `.pgpass` file in the home...