-
Thanks for contributing to [pgloader](https://pgloader.io) by reporting an
issue! Reporting an issue is the only way we can solve problems, fix bugs,
and improve both the software and its user exper…
-
It is possible for people to get error messages like
```
FAILED! => {"changed": true, "cmd": ["/usr/bin/env", "docker", "run", "--rm", "--user=991:991", "--cap-drop=ALL", "--network=matrix", "--mo…
-
migrate.load file data:
```
LOAD DATABASE
FROM mssql://user:pass@test-sqlserver.database.windows.net/Configuration
INTO postgresql://user:pass@test-postges-poc.postgres.database.azure.…
-
Support projects with a directory of JSON files whose names should match the Postgres table they're intended to seed. The JSON data is only used when an empty table is encountered. Later on, we may ad…
-
> Deprecation of MySQL/MariaDB support
> We hereby announce that future releases of pretix will support PostgreSQL as the only database for production setups. Use of MySQL and MariaDB will no longer …
-
Migrate Superset persistence from sqlLite to Postgres DB on Prod RDS.
Options to migrate:
1. Setup empty psql db for version 4.0.1 and Copy over data in CSV format, seems most feasible. Refer http…
-
Seems to do with the fact that
```
command: mysqld --default-authentication-plugin=mysql_native_password
```
In the docker compose config didn't work. (MySQL throws an Invalid attribute er…
-
- [x] pgloader --version
```
pgloader version "3.4.1"
compiled with SBCL 1.3.3.debian
```
- [ ] did you test a fresh compile from the source tree?
Compiling…
-
Jira Link: [DB-2576](https://yugabyte.atlassian.net/browse/DB-2576)
We have been testing migrating mysql databases. We were using the employees' sample DB to do some testing and when we get to the f…
-
Current version (as in Quicklisp latest release) of cl-fad is not usable in CentOS 6 with SBCL out of the box, because it's using the `sb-ext:delete-directory` function that appeared in SBCL 1.0.44.
…