-
on step 3 - Generate a pgloader configuration
but I am getting error "**An Error Occurred: could not generate config: could not parse mysql DSN: no match found**"
I am trying
./migration-assist…
-
1. pgloader version: `pgloader version "3.6.10~devel" compiled with SBCL 2.2.9.debian`
2. Command: `docker run --rm -it ghcr.io/dimitri/pgloader:latest pgloader mysql://ashraf:ashraf@127.0.0.1:3306/s…
-
Hi,
Thank you for helping us with this tool. I was able to run pretty much but stuck when doing `boards.load` and the subsequent ones.
I used the below mentioned container images and the result h…
zap51 updated
4 weeks ago
-
on pgloader boards.load > boards.log this happens:
```
FATAL error: Database error 42P01: Relation mattermost.focalboard_blocks existiert nicht
QUERY: UPDATE mattermost.focalboard_blocks SET "fi…
-
`pgloader` version is 3.6.9 running on Ubuntu 24.04:
```
% pgloader --version
pgloader version "3.6.9"
compiled with SBCL 2.2.9.debian
% lsb_release -a
No LSB modules are available.
Distri…
-
Hello,
I was able to run other `pgloader` files successfully but though `pgloader` succeeded for calls, Mattermost server reports the errors. This is postgresql-14.13.
pgloader:
```bash
# pgload…
zap51 updated
4 weeks ago
-
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…
-
Is there a way to remove defaults for columns, similar to [pgloader's `CAST` argument](https://pgloader.readthedocs.io/en/latest/ref/mysql.html#mysql-database-casting-rules)?
For example, I have a …
-
manually I can build pgloader but only if I command `make DYNSIZE=2048 pgloader`.
My Raspberry Pi has 4gb of memory so the default `--dynamic-space-size=4096` is failing.
probably it would be the b…
-
During the `pgloader migration.load` process, a series of warnings were logged related to type casting mismatches and missing constraints between the Mattermost source database and the target PostgreS…