aiven-db-migrate
aiven-db-migrate copied to clipboard
### Proposed changes in this pull request This PR migrates the project to `pyproject.toml` from `setup.py`. - Added RPM SPEC file. - Updated `rpm` task of the Makefile. - It...
### Description of the issue I am unsuccessfully trying to install the tool following the steps in the README. Using the module directly is possible after manually installing ''psycopg2-binary". ###...
### Proposed changes in this pull request This PR introduces the requested changes in issue #42 ### Type (put an `x` where ever applicable) - [ ] Bug fix: Link...
### Proposed changes in this pull request documented recommended environment and steps to get up and running quickly based on our own experience and clarifications from Aiven support. ### Type...
### Proposed changes in this pull request Catch exception when setting role fails and output a warning instead of stop the migration process. This is a fix for migration from...
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...
### Description of the issue We want to claim the titles for our python projects/packages on PyPI. We currently only claimed around 2 of them which leaves it open for...
### Description of the issue Describe the issue you are experiencing. ### Issue-Type (put a `x` sign in the square brackets) - [X ] bug report - [ ] feature...
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...
Hi I was attempting to install the tool using venv but ran into this: ``` ➜ aiven-db-migrate git:(master) ✗ python3 -m venv venv ➜ aiven-db-migrate git:(master) ✗ . venv/bin/activate (venv)...