Akhil
Akhil
Even I tried with -P its still same ```sh docker run -it --workdir $(pwd) --volume $(pwd):$(pwd) --rm ghcr.io/techouse/sqlite3-to-mysql:latest --sqlite-file **** --mysql-user ****** --mysql-password ****** --mysql-database ****** --mysql-host host.docker.internal -P 3306...
python tool worked. I have did migration using python. but docker version didn't work
I am running it on Linux - Ubuntu 22. Even I have close docker version - 25.0.1 you can also check the commands i have ran along with its output....
Yeah Sure. its an open source project. Apache Answer https://github.com/apache/incubator-answer I have initially started with project using sqlite. Now migrating it to mysql
even tested with debug mode. No errors are thrown
Can you share instructions on how to perform 2nd Option. I tried that. code stated messing with schema So I have raised https://github.com/techouse/sqlite3-to-mysql/issues/105
> > Can you share instructions on how to perform 2nd Option. I tried that. code stated messing with schema So I have raised #105 > > I strongly suggest...
Ah you didn't get what I said its **column types not column names**. bug is filed for integer column type, there are other columns which were also effected like timestamp...
Same Here
looks like Goal or purpose is same but just the way of achieving it is different - its wise to add that content here. If anyone works on this they...